about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-04-11 11:46:48 -0700
committerBrian Anderson <banderson@mozilla.com>2013-04-11 11:47:46 -0700
commit62c94d3a38985f5f6f12920d14867e73a19fefe2 (patch)
tree6df417c51eee65a575e168f7baa57bce8c2958d5
parenta3c8f524b855682887c6e9c7b6ca4238e256c2b0 (diff)
downloadrust-62c94d3a38985f5f6f12920d14867e73a19fefe2.tar.gz
rust-62c94d3a38985f5f6f12920d14867e73a19fefe2.zip
Pass the value of python to LLVM's configure script. #5835
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f09213404d1..5c4c31c5a23 100755
--- a/configure
+++ b/configure
@@ -859,7 +859,7 @@ do
         LDFLAGS=$LLVM_LDFLAGS
 
         LLVM_FLAGS="$LLVM_TARGETS $LLVM_OPTS $LLVM_BUILD \
-                        $LLVM_HOST $LLVM_TARGET"
+                        $LLVM_HOST $LLVM_TARGET --with-python=$CFG_PYTHON"
 
         msg "configuring LLVM with:"
         msg "$LLVM_FLAGS"