Skip to content

Commit bd7a363

Browse files
committed
Rollup merge of #34512 - CensoredUsername:configure-fixes, r=alexcrichton
Support CMake installations in paths containing spaces This solves #34490
2 parents a77a179 + 37f0f67 commit bd7a363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -1725,7 +1725,7 @@ do
17251725
msg "configuring LLVM with:"
17261726
msg "$CMAKE_ARGS"
17271727

1728-
(cd $LLVM_BUILD_DIR && eval "$CFG_CMAKE" $CMAKE_ARGS)
1728+
(cd $LLVM_BUILD_DIR && eval "\"$CFG_CMAKE\"" $CMAKE_ARGS)
17291729
need_ok "LLVM cmake configure failed"
17301730
fi
17311731

0 commit comments

Comments
 (0)