Skip to content

Commit 9ddd60d

Browse files
committed
Comment extending INCLUDE env variable
1 parent 2e328bf commit 9ddd60d

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
@@ -1,6 +1,6 @@
11
:: A workaround for activate-dpcpp.bat issue to be addressed in 2021.4
22
set "LIB=%BUILD_PREFIX%\Library\lib;%BUILD_PREFIX%\compiler\lib;%LIB%"
3-
set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
3+
:: set "INCLUDE=%BUILD_PREFIX%\include;%INCLUDE%"
44

55
:: Treat warnings from the INCLUDE as external (a part of the above workaround)
66
:: The warning from the DPC++ compiler will be suppressed then

0 commit comments

Comments
 (0)