Skip to content

Commit 6cfdc4c

Browse files
Update conda-recipe/bld.bat
Use `%BUILD_PREFIX%` rather than `%CONDA_PREFIX%`
1 parent d364977 commit 6cfdc4c

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
@@ -3,7 +3,7 @@ REM A workaround for activate-dpcpp.bat issue to be addressed in 2021.4
33
set "LIB=%CONDA_PREFIX%\Library\lib;%CONDA_PREFIX%\compiler\lib;%LIB%"
44

55
"%PYTHON%" setup.py clean --all
6-
"%PYTHON%" setup.py install --sycl-compiler-prefix=%CONDA_PREFIX%\Library
6+
"%PYTHON%" setup.py install --sycl-compiler-prefix=%BUILD_PREFIX%\Library
77
if errorlevel 1 exit 1
88

99
rem Build wheel package

0 commit comments

Comments
 (0)