Skip to content

Commit 5ba7cc7

Browse files
committed
wrap in quotes
1 parent 663185d commit 5ba7cc7

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 -w $(which llvm-mt.exe))
70+
LLVM="$(cygpath -w $(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)