Skip to content

Commit 2163c30

Browse files
committed
Set SYCL_INCLUDE_DIR_HINT with the latest clang on Windows
1 parent dcdb097 commit 2163c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conda-recipe/bld.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if DEFINED OVERRIDE_INTEL_IPO (
1313
set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE"
1414
)
1515

16-
FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21) DO @(
16+
FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20 21.0.0 21 22.0.0 22) DO @(
1717
REM set DIR_HINT if directory exists
1818
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
1919
set "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"

0 commit comments

Comments
 (0)