Skip to content

Commit 3c892ce

Browse files
committed
typo
1 parent 42548cd commit 3c892ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/build_steps_win_arm64.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ echo Copying LAPACKE header files...
169169
xcopy /Y "..\lapack-netlib\lapacke\include\*.h" "%DEST_DIR%\include\"
170170
if errorlevel 1 exit /b 1
171171

172-
:: Create pkgconfig scipy-openblas.pc
172+
echo Create pkgconfig scipy-openblas.pc
173173
cd ../../local
174174
if errorlevel 1 (
175175
echo Current directory %CD%, cannot cd ../../local
@@ -188,14 +188,14 @@ if errorlevel 1 (
188188
)
189189

190190
:: Move back to the root directory
191-
cd /..
191+
cd ..
192192
if errorlevel 1 (
193-
echo Current directory %CD%, cannot cd ../../local
193+
echo Current directory %CD%, cannot cd ..
194194
exit /b 1
195195
)
196196

197197
:: Build the Wheel & Install It
198-
echo Running 'python -m build' to build the wheel...
198+
echo Running 'python -m build' to build the wheel in %CD%
199199
python -c "import build" 2>NUL || pip install build
200200
if "%if_bits%"=="64" (
201201
python -m build

0 commit comments

Comments
 (0)