mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 19:24:07 +02:00
Using static linking for SDL2
This commit is contained in:
+2
-2
@@ -97,9 +97,9 @@ LOCAL_SRC_FILES := \
|
||||
|
||||
LOCAL_CXXFLAGS := -std=c++0x
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := SDL2 libphysfs libvorbis libogg libopenal libmpg123 libmodplug libdevil libtiff libmng libfreetype liblcms libjasper libpng libjpeg
|
||||
LOCAL_SHARED_LIBRARIES := libphysfs libvorbis libogg libopenal libmpg123 libmodplug libdevil libtiff libmng libfreetype liblcms libjasper libpng libjpeg
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := libluajit
|
||||
LOCAL_STATIC_LIBRARIES := libluajit SDL2_static
|
||||
|
||||
# $(info liblove: include dirs $(LOCAL_C_INCLUDES))
|
||||
# $(info liblove: src files $(LOCAL_SRC_FILES))
|
||||
|
||||
Reference in New Issue
Block a user