Skip to content

Commit 96da14b

Browse files
committed
More fixes
1 parent 6db66ce commit 96da14b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/build_steps_win_arm64.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ echo Building for %BUILD_BIT%-bit configuration...
2424

2525
:: Define destination directory
2626
pushd "%~dp0\.."
27-
set ob_out_root=%CD%\local\scipy_openblas
28-
set ob_64="%ob_out_root%64"
29-
set ob_32="%ob_out_root%32"
30-
if exist %ob_64% xcopy %ob_64% %ob_32% /I /Y
31-
set DEST_DIR=%ob_32%
27+
set "ob_out_root=%CD%\local\scipy_openblas"
28+
set "ob_64=%ob_out_root%64"
29+
set "ob_32=%ob_out_root%32"
30+
if exist "%ob_64%" xcopy "%ob_64%" "%ob_32%" /I /Y
31+
set "DEST_DIR=%ob_32%"
3232

3333
:: Clone OpenBLAS
3434
echo Cloning OpenBLAS repository with submodules...

0 commit comments

Comments
 (0)