Pass the value of python to LLVM's configure script. #5835

This commit is contained in:
Brian Anderson 2013-04-11 11:46:48 -07:00
parent a3c8f524b8
commit 62c94d3a38

2
configure vendored
View File

@ -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"