diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index a951f8a1f6..31c40e0d24 100644 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -3,7 +3,7 @@ IF ERRORLEVEL 1 exit 1 REM conda uses %ERRORLEVEL% but FPGA scripts can set it. So it should be reseted. set ERRORLEVEL= -set "CC=dpcpp.exe" +set "CC=clang-cl.exe" set "CXX=dpcpp.exe" rmdir /S /Q build_cmake