Fix compilation of linux

This commit is contained in:
Michael Bonfils
2018-02-10 17:08:16 +01:00
parent d940f2c39d
commit 12c3ce26f8
7 changed files with 28 additions and 15 deletions

View File

@@ -170,6 +170,7 @@ elif str(platform) == "win32":
def build_app_package(env, source, build_dir, info):
env.Install(build_dir, source)
elif str(platform) == "posix":
env.Append(CXXFLAGS="-include global.hpp")
def build_app_package(env, source, build_dir, info):
env.Install(build_dir, source)