Skip to content

Commit

Permalink
Pass the value of python to LLVM's configure script. rust-lang#5835
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Apr 11, 2013
1 parent a3c8f52 commit 62c94d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 62c94d3

Please sign in to comment.