1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00
luanti/build/android/jni/Irrlicht.mk

9 lines
226 B
Makefile
Raw Normal View History

APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
2017-12-06 20:36:29 +00:00
APP_STL := c++_shared
APP_DEPRECATED_HEADERS := true
APP_MODULES := Irrlicht
2017-12-06 20:36:29 +00:00
APP_CLAFGS += ${TARGET_CFLAGS_ADDON}
APP_CPPFLAGS += ${TARGET_CXXFLAGS_ADDON} -fexceptions