Set a variable so that we can find the python interpreter.
authorJohn Criswell <criswell@uiuc.edu>
Mon, 2 Aug 2004 22:24:39 +0000 (22:24 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 2 Aug 2004 22:24:39 +0000 (22:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15424 91177308-0d34-0410-b5e6-96231b3b80d8

Makefile.config.in

index 25c9b0a..034962a 100644 (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@