diff options
Diffstat (limited to 'tests/scons/SConstruct')
-rw-r--r-- | tests/scons/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scons/SConstruct b/tests/scons/SConstruct index cada43dd..facdff0a 100644 --- a/tests/scons/SConstruct +++ b/tests/scons/SConstruct @@ -1,5 +1,5 @@ env = Environment() env.Tool('emscripten') -env.Append(CPPFLAGS='-std=c++11') +env.Append(CXXFLAGS='-std=c++11') env.Program('scons_integration', ['integration.cpp', 'other.c']) |