blob: f5eb96ed175edd8f4637465cd37f3cb6a5c21880 (
plain)
1
2
3
4
5
6
7
8
9
|
APP_PLATFORM := ${APP_PLATFORM}
APP_ABI := ${TARGET_ABI}
APP_STL := c++_shared
APP_MODULES := minetest
ifndef NDEBUG
APP_OPTIM := debug
endif
APP_CPPFLAGS += -fexceptions -std=c++11 -frtti
|