We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 663185d commit 5ba7cc7Copy full SHA for 5ba7cc7
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 -w $(which llvm-mt.exe))
+LLVM="$(cygpath -w $(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