Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 3623bb4

Browse files
committed
Expose Intel SYCL lib dir on Windows PATH
1 parent 9222ecd commit 3623bb4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/ci/sycl_x86_setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ def setup_windows_compilers(sycl_root: Path) -> None:
279279
write_env("ITLABAI_CMAKE_PREFIX_PATH", cygpath("m", sycl_root))
280280
write_env("ITLABAI_SYCL_LIBRARY", cygpath("m", sycl_library))
281281
append_path(cygpath("m", sycl_root / "bin"))
282+
if (sycl_root / "lib").is_dir():
283+
append_path(cygpath("m", sycl_root / "lib"))
282284

283285

284286
def setup_unix_compilers(sycl_root: Path) -> None:

0 commit comments

Comments
 (0)