Quick android Makefile fix from Gabriel Jacobo

This commit is contained in:
Sam Lantinga 2012-02-14 20:54:44 -05:00
parent 4a9eaa4c6e
commit cac74139d1

View file

@ -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