Quick android Makefile fix from Gabriel Jacobo
This commit is contained in:
parent
4a9eaa4c6e
commit
cac74139d1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(SDL_PATH)/include
|
|||
LOCAL_SRC_FILES := $(SDL_PATH)/src/main/android/SDL_android_main.cpp \
|
||||
YourSourceHere.c
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := SDL
|
||||
LOCAL_SHARED_LIBRARIES := SDL2
|
||||
|
||||
LOCAL_LDLIBS := -lGLESv1_CM -llog
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue