mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
Fixed linking errors due to using newer toolchain (4.9)
This commit is contained in:
@@ -110,5 +110,6 @@ LOCAL_STATIC_LIBRARIES := libphysfs libvorbis libogg libtheora libmodplug libfre
|
||||
SDL_PATH := ../SDL2-2.0.4
|
||||
LOCAL_SRC_FILES += $(SDL_PATH)/src/main/android/SDL_android_main.c
|
||||
LOCAL_LDLIBS := -lz -lGLESv1_CM -lGLESv2 -ldl -landroid
|
||||
LOCAL_LDFLAGS := -Wl,--allow-multiple-definition
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user