File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ def _impl(ctx):
571
571
flag_sets = [
572
572
flag_set(
573
573
actions = [
574
- ACTION_NAMES.c_compile,
574
+
575
575
ACTION_NAMES.cpp_compile,
576
576
ACTION_NAMES.cpp_link_executable,
577
577
ACTION_NAMES.cpp_link_dynamic_library,
Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ def _sycl_autoconf_imp(repository_ctx):
382
382
additional_linker_flags = []
383
383
builtin_includes = []
384
384
385
+ builtin_includes += [find_sycl_root (repository_ctx ) + "/include/sycl" ]
385
386
builtin_includes += [find_sycl_root (repository_ctx ) + "/include" ]
386
387
builtin_includes += [find_sycl_root (repository_ctx ) + "/lib/clang/12.0.0/include" ]
387
388
builtin_includes += [find_sycl_root (repository_ctx ) + "/lib/clang/13.0.0/include" ]
You can’t perform that action at this time.
0 commit comments