diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-13 18:35:19 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2024-05-13 18:35:19 +0200 |
commit | 5280ca204f87d826e741f8631bf9a01f469ee8f8 (patch) | |
tree | e7610c473950002152b253c3b98ad9de5d82f909 /modules/remote-sycl/SConstruct | |
parent | 82006ae71c1ff89dc32f2bb4b76c61857b2f6874 (diff) |
Rewrote nix drvs to work with sycl itself
Diffstat (limited to 'modules/remote-sycl/SConstruct')
-rw-r--r-- | modules/remote-sycl/SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-sycl/SConstruct b/modules/remote-sycl/SConstruct index e084925..876638a 100644 --- a/modules/remote-sycl/SConstruct +++ b/modules/remote-sycl/SConstruct @@ -51,6 +51,7 @@ env=Environment(ENV=os.environ, variables=env_vars, CPPPATH=[], ,'forstio-async' ,'forstio-io' ,'forstio-io_codec' + ,'hipSYCL-rt' #,'OpenCL' ] ); |