mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 18:11:19 +00:00
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…
x
Reference in New Issue
Block a user