We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adb1548 commit e873545Copy full SHA for e873545
tools/build_steps_windows.sh
@@ -67,7 +67,7 @@ echo "using C compiler $(which $CC), --version:"
67
$CC --version
68
echo "using F compiler $(which $FC), --version:"
69
$FC --version
70
-LLVM=$(cygpath -ms "$(which llvm-mt.exe)")
+LLVM=$(cygpath -ws "$(which llvm-mt.exe)")
71
echo using MT compiler $(which llvm-mt.exe), converted to $LLVM
72
73
# Set suffixed-ILP64 flags
0 commit comments