diff --git a/config.py b/config.py index f9bd7da..d134ab6 100644 --- a/config.py +++ b/config.py @@ -1,11 +1,9 @@ def can_build(platform): - return True + return True def configure(env): - pass - - - + # FastNoise uses a few C++11 features + env.Append(SCONS_CXX_STANDARD="c++11")