Skip to content

Commit

Permalink
Reset BUILD_ARGS on Win
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexsandruss committed Aug 17, 2024
1 parent 56ac4b4 commit b02d3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ IF NOT DEFINED MPIROOT (set MPIROOT=%PREFIX%\Library)
rem reset preferred compilers to avoid usage of icx/icpx by default in all cases
set CC=cl.exe
set CXX=cl.exe
set "CMAKE_ARGS="
set "BUILD_ARGS="

rem source compiler if DPCPPROOT is set outside of conda-build
IF DEFINED DPCPPROOT (
Expand Down

0 comments on commit b02d3b3

Please sign in to comment.