summaryrefslogtreecommitdiff
path: root/modules/remote-sycl/examples
diff options
context:
space:
mode:
Diffstat (limited to 'modules/remote-sycl/examples')
-rw-r--r--modules/remote-sycl/examples/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/remote-sycl/examples/SConscript b/modules/remote-sycl/examples/SConscript
index 1e77251..3c510eb 100644
--- a/modules/remote-sycl/examples/SConscript
+++ b/modules/remote-sycl/examples/SConscript
@@ -12,6 +12,7 @@ dir_path = Dir('.').abspath
# Environment for base library
examples_env = env.Clone();
+
examples_sycl_env = examples_env.Clone();
examples_sycl_env['CXX'] = 'syclcc';