mirror of
https://github.com/minetest/minetest.git
synced 2024-11-30 03:23:45 +01:00
f5c9c760e3
MT doesn't launch without that
7 lines
140 B
Makefile
7 lines
140 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_shared
|
|
APP_MODULES := minetest
|
|
|
|
APP_CPPFLAGS += -fexceptions -frtti
|