Refactor the game event loop and add menus to the Linux build
Patch from @x-qq Addresses #195
This commit is contained in:
@@ -181,7 +181,7 @@ elif platform == "win32":
|
||||
def build_app_package(env, source, build_dir, info):
|
||||
env.Install(build_dir, source)
|
||||
elif platform == "posix":
|
||||
env.Append(CXXFLAGS=["-std=c++11","-include","global.hpp"])
|
||||
env.Append(CXXFLAGS=["-std=c++14","-include","global.hpp"])
|
||||
def build_app_package(env, source, build_dir, info):
|
||||
env.Install(build_dir, source)
|
||||
|
||||
@@ -330,6 +330,7 @@ elif platform == "posix":
|
||||
GL
|
||||
X11
|
||||
pthread
|
||||
tgui
|
||||
"""))
|
||||
|
||||
Export("env platform")
|
||||
|
Reference in New Issue
Block a user