mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 16:41:12 +02:00
10 lines
293 B
Makefile
10 lines
293 B
Makefile
# Uncomment this if you're using STL in your project
|
|
# See CPLUSPLUS-SUPPORT.html in the NDK documentation for more information
|
|
# APP_STL := stlport_static
|
|
APP_STL := gnustl_shared
|
|
APP_ABI := armeabi armeabi-v7a
|
|
APP_CPPFLAGS := -frtti
|
|
APP_LDFLAGS := -llog -landroid -lz
|
|
|
|
# APP_OPTIM := debug
|