Added C++11 flag

This commit is contained in:
Marc Gilleron 2016-12-23 16:23:53 +01:00
parent d7746de185
commit 5fc11f36ce

View File

@ -1,11 +1,9 @@
def can_build(platform): def can_build(platform):
return True return True
def configure(env): def configure(env):
pass # FastNoise uses a few C++11 features
env.Append(SCONS_CXX_STANDARD="c++11")