From 82006ae71c1ff89dc32f2bb4b76c61857b2f6874 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 13 May 2024 10:08:56 +0200 Subject: Continud renaming of opencl to sycl --- modules/remote-sycl/SConstruct | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'modules/remote-sycl/SConstruct') 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 -- cgit v1.2.3