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

