forked from Mirrorlandia_minetest/minetest
057f1574cb
It remains one issue with MT itself and rtti
9 lines
226 B
Makefile
9 lines
226 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_shared
|
|
APP_DEPRECATED_HEADERS := true
|
|
APP_MODULES := Irrlicht
|
|
|
|
APP_CLAFGS += ${TARGET_CFLAGS_ADDON}
|
|
APP_CPPFLAGS += ${TARGET_CXXFLAGS_ADDON} -fexceptions
|