diff options
-rw-r--r-- | Makefile.config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.config.in b/Makefile.config.in index 25c9b0a7b2..034962a7db 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@ |