diff options
Diffstat (limited to 'modules/tools/SConstruct')
-rw-r--r-- | modules/tools/SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/tools/SConstruct b/modules/tools/SConstruct index ddfd768..fa67084 100644 --- a/modules/tools/SConstruct +++ b/modules/tools/SConstruct @@ -51,6 +51,7 @@ env_vars.Add( ); env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], + CXX=['c++'], CPPDEFINES=['SAW_UNIX'], CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'], LIBS=[ |