We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db66ce commit 96da14bCopy full SHA for 96da14b
tools/build_steps_win_arm64.bat
@@ -24,11 +24,11 @@ echo Building for %BUILD_BIT%-bit configuration...
24
25
:: Define destination directory
26
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%
+set "ob_out_root=%CD%\local\scipy_openblas"
+set "ob_64=%ob_out_root%64"
+set "ob_32=%ob_out_root%32"
+if exist "%ob_64%" xcopy "%ob_64%" "%ob_32%" /I /Y
+set "DEST_DIR=%ob_32%"
32
33
:: Clone OpenBLAS
34
echo Cloning OpenBLAS repository with submodules...
0 commit comments