Rollup merge of #34512 - CensoredUsername:configure-fixes, r=alexcrichton
Support CMake installations in paths containing spaces This solves #34490
This commit is contained in:
commit
bd7a3639a8
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -1725,7 +1725,7 @@ do
|
|||
msg "configuring LLVM with:"
|
||||
msg "$CMAKE_ARGS"
|
||||
|
||||
(cd $LLVM_BUILD_DIR && eval "$CFG_CMAKE" $CMAKE_ARGS)
|
||||
(cd $LLVM_BUILD_DIR && eval "\"$CFG_CMAKE\"" $CMAKE_ARGS)
|
||||
need_ok "LLVM cmake configure failed"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue