1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

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 10a585beaf
commit c0288af302

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@