Skip to content

Commit 0651381

Browse files
committed
use fwd slash
1 parent 516701e commit 0651381

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/build_steps_windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ patch -p1 < ../patches-windows/openblas-make-libs.patch
9191

9292
mkdir build
9393
cd build
94-
cp "$(which llvm-mt.exe)" ./my-mt.exe
94+
cp "$(which llvm-mt.exe)" ./llvm-mt.exe
9595

9696
# Build OpenBLAS
9797
CFLAGS=$cflags
@@ -106,7 +106,7 @@ cmake .. -G Ninja \
106106
-DCMAKE_Fortran_COMPILER=$FC \
107107
-DBUILD_SHARED_LIBS=ON \
108108
-DCMAKE_SYSTEM_PROCESSOR=$march \
109-
-DCMAKE_MT=my-mt.exe \
109+
-DCMAKE_MT=./llvm-mt.exe \
110110
-DCMAKE_SYSTEM_NAME=Windows \
111111
-DSYMBOLPREFIX="scipy_" \
112112
-DLIBNAMEPREFIX="scipy_" \

0 commit comments

Comments
 (0)