about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCensoredUsername <cens.username@gmail.com>2016-06-27 23:39:51 +0200
committerCensoredUsername <cens.username@gmail.com>2016-06-27 23:39:51 +0200
commit37f0f676829159b47e4f5357768c22c6576b47ad (patch)
treefef01caec061b69e50d7b6f14607f0a07c28d3ea
parenta0f572e98bacc719aa211b1fe97c61339cf6c93a (diff)
downloadrust-37f0f676829159b47e4f5357768c22c6576b47ad.tar.gz
rust-37f0f676829159b47e4f5357768c22c6576b47ad.zip
Support CMake installations in paths containing spaces
-rwxr-xr-xconfigure2
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