summaryrefslogtreecommitdiff
path: root/modules/remote-hip/SConstruct
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-17 18:07:04 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-09-17 18:07:04 +0200
commit90acc8c3d29a7f3309aef212ae1548494aec494a (patch)
treef51db26b7cf7487208e374a6cd7d7b6cd542d5f7 /modules/remote-hip/SConstruct
parentc64b9df7aceb41f5c61f46f8205a3c50ef3aef4c (diff)
wip
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'