Skip to content

Commit 110411d

Browse files
committed
change name
1 parent b6810b5 commit 110411d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/build_steps_windows.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ $CC --version
6868
echo "using F compiler $(which $FC), --version:"
6969
$FC --version
7070
mkdir -p /c/temp
71-
cp "$(which llvm-mt.exe)" /c/temp
72-
/c/temp/llvm-mt.exe /?
71+
cp "$(which llvm-mt.exe)" /c/temp/my-mt.exe
72+
/c/temp/my-mt.exe /?
7373

7474
# Set suffixed-ILP64 flags
7575
if [ "$if_bits" == "64" ]; then
@@ -108,7 +108,7 @@ cmake .. -G Ninja \
108108
-DCMAKE_Fortran_COMPILER=$FC \
109109
-DBUILD_SHARED_LIBS=ON \
110110
-DCMAKE_SYSTEM_PROCESSOR=$march \
111-
-DCMAKE_MT=C:\\temp\\llvm-mt.exe \
111+
-DCMAKE_MT=C:\\temp\\my-mt.exe \
112112
-DCMAKE_SYSTEM_NAME=Windows \
113113
-DSYMBOLPREFIX="scipy_" \
114114
-DLIBNAMEPREFIX="scipy_" \

0 commit comments

Comments
 (0)