mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
6 lines
140 B
Makefile
6 lines
140 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_shared
|
|
APP_MODULES := minetest
|
|
|
|
APP_CPPFLAGS += -fexceptions -frtti
|