mirror of
https://github.com/minetest/minetest.git
synced 2024-12-02 12:33:45 +01:00
7 lines
140 B
Makefile
7 lines
140 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_static
|
|
APP_MODULES := minetest
|
|
|
|
APP_CPPFLAGS += -fexceptions -frtti
|