From 9b87287e7df82dd82570396cdba0da42eb4fca93 Mon Sep 17 00:00:00 2001 From: John Criswell Date: Mon, 2 Aug 2004 22:24:39 +0000 Subject: [PATCH] Set a variable so that we can find the python interpreter. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15424 91177308-0d34-0410-b5e6-96231b3b80d8 --- Makefile.config.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.config.in b/Makefile.config.in index 25c9b0a7b27..034962a7dbf 100644 --- a/Makefile.config.in +++ b/Makefile.config.in @@ -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@ -- 2.34.1