mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-03-06 09:21:22 +00:00
5 lines
115 B
Makefile
5 lines
115 B
Makefile
APP_STL := gnustl_static
|
|
APP_CPPFLAGS += -fexceptions -frtti
|
|
APP_ABI := armeabi armeabi-v7a
|
|
APP_OPTIM := release
|
|
|