diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-13 10:08:56 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-13 10:08:56 +0200 |
commit | 82006ae71c1ff89dc32f2bb4b76c61857b2f6874 (patch) | |
tree | 39eae0af33676f02a78ba83698ae64c91f8a749d /modules/remote-sycl/SConstruct | |
parent | 6b9e221a0c439ce3ee9b728bc9ead8f5c2c82ceb (diff) |
Continud renaming of opencl to sycl
Diffstat (limited to 'modules/remote-sycl/SConstruct')
-rw-r--r-- | modules/remote-sycl/SConstruct | 13 |
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 |