Skip to content

Commit f2ee417

Browse files
committed
use short path
1 parent d63555a commit f2ee417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_steps_windows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ cmake .. -G Ninja \
107107
-DCMAKE_Fortran_COMPILER=$FC \
108108
-DBUILD_SHARED_LIBS=ON \
109109
-DCMAKE_SYSTEM_PROCESSOR=$march \
110-
-DCMAKE_MT="C:\\Program Files\\LLVM\\llvm-mt.exe" \
110+
-DCMAKE_MT=C:\\PROGRA~1\\LLVM\\llvm-mt.exe \
111111
-DCMAKE_SYSTEM_NAME=Windows \
112112
-DSYMBOLPREFIX="scipy_" \
113113
-DLIBNAMEPREFIX="scipy_" \

0 commit comments

Comments
 (0)