We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f649bb + a4bee84 commit f75b04cCopy full SHA for f75b04c
conda-recipe/bld.bat
@@ -10,7 +10,7 @@ if DEFINED OVERRIDE_INTEL_IPO (
10
set "CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INTERPROCEDURAL_OPTIMIZATION:BOOL=FALSE"
11
)
12
13
-FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19) DO @(
+FOR %%V IN (17.0.0 17 18.0.0 18 19.0.0 19 20.0.0 20) DO @(
14
REM set DIR_HINT if directory exists
15
IF EXIST "%BUILD_PREFIX%\Library\lib\clang\%%V\" (
16
SET "SYCL_INCLUDE_DIR_HINT=%BUILD_PREFIX%\Library\lib\clang\%%V"
0 commit comments