From 90acc8c3d29a7f3309aef212ae1548494aec494a Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Tue, 17 Sep 2024 18:07:04 +0200 Subject: wip --- modules/remote-hip/SConstruct | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/remote-hip/SConstruct') 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' -- cgit v1.2.3