diff options
| author | CensoredUsername <cens.username@gmail.com> | 2016-06-27 23:39:51 +0200 |
|---|---|---|
| committer | CensoredUsername <cens.username@gmail.com> | 2016-06-27 23:39:51 +0200 |
| commit | 37f0f676829159b47e4f5357768c22c6576b47ad (patch) | |
| tree | fef01caec061b69e50d7b6f14607f0a07c28d3ea | |
| parent | a0f572e98bacc719aa211b1fe97c61339cf6c93a (diff) | |
| download | rust-37f0f676829159b47e4f5357768c22c6576b47ad.tar.gz rust-37f0f676829159b47e4f5357768c22c6576b47ad.zip | |
Support CMake installations in paths containing spaces
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index beaac755757..e1319828e3f 100755 --- a/configure +++ b/configure @@ -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 |
