Skip to content

Commit b34b3e1

Browse files
committed
Fix typo in bld.bat files
1 parent b2c0c48 commit b34b3e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: conda-recipe-cf/bld.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ set "CC=icx"
1616
set "CMAKE_GENERATOR=Ninja"
1717
set "VERBOSE=1"
1818

19-
set MKLROOT=%PREFIX%
19+
set "MKLROOT=%PREFIX%"
2020
%PYTHON% -m pip install --no-build-isolation --no-deps .
2121
if errorlevel 1 exit 1

Diff for: conda-recipe/bld.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ set "CC=icx"
1616
set "CMAKE_GENERATOR=Ninja"
1717
set "VERBOSE=1"
1818

19-
set MKLROOT=%PREFIX%
19+
set "MKLROOT=%PREFIX%"
2020
%PYTHON% -m pip install --no-build-isolation --no-deps .
2121
if errorlevel 1 exit 1

0 commit comments

Comments
 (0)