Skip to content

Commit e873545

Browse files
committed
use -w
1 parent adb1548 commit e873545

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
@@ -67,7 +67,7 @@ echo "using C compiler $(which $CC), --version:"
6767
$CC --version
6868
echo "using F compiler $(which $FC), --version:"
6969
$FC --version
70-
LLVM=$(cygpath -ms "$(which llvm-mt.exe)")
70+
LLVM=$(cygpath -ws "$(which llvm-mt.exe)")
7171
echo using MT compiler $(which llvm-mt.exe), converted to $LLVM
7272

7373
# Set suffixed-ILP64 flags

0 commit comments

Comments
 (0)