forked from OSchip/llvm-project
Set a variable so that we can find the python interpreter.
llvm-svn: 15424
This commit is contained in:
parent
570dcf63e6
commit
9245f97f97
|
@ -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@
|
||||
|
||||
|
|
Loading…
Reference in New Issue