diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-11 16:05:47 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-06-11 16:05:47 +0200 |
commit | 6831edddd22d2d8dbb73c88fb612c0bdd5b8ba19 (patch) | |
tree | d9837a9720acd66852fb374d51079f02bf33c0b0 /modules/remote-sycl/SConstruct | |
parent | 1ad8bc8e0b6d87d49d63105b3eac3cc8d5a06e56 (diff) |
Intermediate commit while working on design issues
Diffstat (limited to 'modules/remote-sycl/SConstruct')
-rw-r--r-- | modules/remote-sycl/SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct index 78c27ab..96e9df9 100644 --- a/modules/remote-sycl/SConstruct +++ b/modules/remote-sycl/SConstruct @@ -58,7 +58,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], ,'forstio-async' ,'forstio-io' ,'forstio-io_codec' - ,'hipSYCL-rt' + ,'acpp-rt' ,'OpenCL' ,'omp' ] |