Skip to content

Commit 071a5fe

Browse files
authored
onaAPI beta10 compiler (#103)
* CC=clang.exe * CC=clang-cl.exe
1 parent f8d0250 commit 071a5fe

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 @@ IF ERRORLEVEL 1 exit 1
33
REM conda uses %ERRORLEVEL% but FPGA scripts can set it. So it should be reseted.
44
set ERRORLEVEL=
55

6-
set "CC=dpcpp.exe"
6+
set "CC=clang-cl.exe"
77
set "CXX=dpcpp.exe"
88

99
rmdir /S /Q build_cmake

0 commit comments

Comments
 (0)