summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/SConstruct')
-rw-r--r--modules/remote-sycl/SConstruct13
1 files changed, 6 insertions, 7 deletions
diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct
index a27e6d7..e084925 100644
--- a/modules/remote-sycl/SConstruct
+++ b/modules/remote-sycl/SConstruct
@@ -46,13 +46,12 @@ env_vars.Add('prefix',
env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[],
CPPDEFINES=['SAW_UNIX'],
CXXFLAGS=['-std=c++20','-g','-Wall','-Wextra'],
- LIBS=[
- 'forstio-core',
- 'forstio-codec',
- 'forstio-async',
- 'forstio-io',
- 'forstio-io_codec',
- 'OpenCL'
+ LIBS=['forstio-core'
+ ,'forstio-codec'
+ ,'forstio-async'
+ ,'forstio-io'
+ ,'forstio-io_codec'
+ #,'OpenCL'
]
);
env.__class__.add_source_files = add_kel_source_files