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 f8d0250 commit 071a5feCopy full SHA for 071a5fe
conda-recipe/bld.bat
@@ -3,7 +3,7 @@ IF ERRORLEVEL 1 exit 1
3
REM conda uses %ERRORLEVEL% but FPGA scripts can set it. So it should be reseted.
4
set ERRORLEVEL=
5
6
-set "CC=dpcpp.exe"
+set "CC=clang-cl.exe"
7
set "CXX=dpcpp.exe"
8
9
rmdir /S /Q build_cmake
0 commit comments