Fixed SDL2 and sdl-1.2 version in build files, SDL2 is uppercase but sdl-1.2 is lowercase and the only one who I can blame is myself

This commit is contained in:
Sergii Pylypenko
2022-01-02 01:34:45 +02:00
parent 04fc1e2dbb
commit d84eac20a4
17 changed files with 33 additions and 33 deletions

View File

@@ -4,14 +4,14 @@ include $(CLEAR_VARS)
LOCAL_MODULE := sdl_blitpool
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/../sdl-$(SDL_VERSION)/include $(LOCAL_PATH)/include
LOCAL_C_INCLUDES := $(LOCAL_PATH) $(LOCAL_PATH)/../sdl-1.2/include $(LOCAL_PATH)/include
LOCAL_CFLAGS := -O3
LOCAL_CPP_EXTENSION := .cpp
LOCAL_SRC_FILES := SDL_blitpool.c
LOCAL_SHARED_LIBRARIES := sdl-$(SDL_VERSION)
LOCAL_SHARED_LIBRARIES := sdl-1.2
LOCAL_STATIC_LIBRARIES :=
LOCAL_LDLIBS :=