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):
571571 flag_sets = [
572572 flag_set(
573573 actions = [
574- ACTION_NAMES.c_compile,
574+
575575 ACTION_NAMES.cpp_compile,
576576 ACTION_NAMES.cpp_link_executable,
577577 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):
382382 additional_linker_flags = []
383383 builtin_includes = []
384384
385+ builtin_includes += [find_sycl_root (repository_ctx ) + "/include/sycl" ]
385386 builtin_includes += [find_sycl_root (repository_ctx ) + "/include" ]
386387 builtin_includes += [find_sycl_root (repository_ctx ) + "/lib/clang/12.0.0/include" ]
387388 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