Skip to content

Commit

Permalink
Fix copy command
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Sep 20, 2023
1 parent 8a683cb commit 2910fd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
mkdir builddir

:: flang 17 still uses "temporary" name
cp %RECIPE_DIR%\flang-wrapper.bat %LIBRARY_PREFIX%\bin
set "FC=flang-wrapper.bat"
copy %RECIPE_DIR%\flang-wrapper.bat %LIBRARY_PREFIX%\bin
if %ERRORLEVEL% neq 0 exit 1

set "CFLAGS=%CFLAGS% -std=gnu99"
set "FC=flang-wrapper.bat"

:: -wnx flags mean: --wheel --no-isolation --skip-dependency-check
%PYTHON% -m build -w -n -x ^
Expand Down

0 comments on commit 2910fd7

Please sign in to comment.