mirror of
https://github.com/minetest/minetest.git
synced 2024-11-05 07:13:46 +01:00
5966e897e4
MT doesn't launch without that
8 lines
213 B
Makefile
8 lines
213 B
Makefile
APP_PLATFORM := ${APP_PLATFORM}
|
|
APP_ABI := ${TARGET_ABI}
|
|
APP_STL := c++_shared
|
|
APP_DEPRECATED_HEADERS := true
|
|
|
|
APP_CFLAGS += ${TARGET_CFLAGS_ADDON}
|
|
APP_CPPFLAGS += ${TARGET_CXXFLAGS_ADDON} -fexceptions -std=c++11
|