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:
parent
10a585beaf
commit
c0288af302
@ -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
Block a user