Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Quick android Makefile fix from Gabriel Jacobo
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 15, 2012
1 parent 2e990c2 commit 2bbfbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-project/jni/src/Android.mk
Expand Up @@ -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

Expand Down

0 comments on commit 2bbfbbb

Please sign in to comment.