We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eab098 commit 23ea096Copy full SHA for 23ea096
conda-recipe/bld.bat
@@ -1,4 +1,3 @@
1
-
2
REM A workaround for activate-dpcpp.bat issue to be addressed in 2021.4
3
set "LIB=%BUILD_PREFIX%\Library\lib;%BUILD_PREFIX%\compiler\lib;%LIB%"
4
set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
@@ -65,5 +64,5 @@ for /f %%f in ('dir /b /S .\dist') do (
65
64
:: Copy wheel package
66
if NOT "%WHEELS_OUTPUT_FOLDER%"=="" (
67
copy dist\dpctl*.whl %WHEELS_OUTPUT_FOLDER%
68
- if errorlevel 1 exit 1
+ if %ERRORLEVEL% neq 0 exit 1
69
)
0 commit comments