summaryrefslogtreecommitdiff
path: root/modules/remote-hip/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-hip/SConstruct')
-rw-r--r--modules/remote-hip/SConstruct5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/remote-hip/SConstruct b/modules/remote-hip/SConstruct
index 75057c9..35ec5b4 100644
--- a/modules/remote-hip/SConstruct
+++ b/modules/remote-hip/SConstruct
@@ -61,7 +61,10 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
CPPDEFINES=['SAW_UNIX'],
CXXFLAGS=[
'-std=c++20',
- '-g','-Wall','-Wextra'],
+ '-g',
+ '-Wall',
+ '-Wextra'
+ ],
LIBS=['forstio-core'
,'forstio-codec'
,'forstio-async'