Set a variable so that we can find the python interpreter.

llvm-svn: 15424
This commit is contained in:
John Criswell 2004-08-02 22:24:39 +00:00
parent 570dcf63e6
commit 9245f97f97

View File

@ -28,6 +28,9 @@ CXX = @CXX@
# Path to the CC binary, which use used by testcases for native builds.
CC := @CC@
# Path to the Python interpreter
PYTHON := @PYTHON@
# Linker flags.
LDFLAGS+=@LDFLAGS@