diff options
-rw-r--r-- | test/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index f52f543..173553a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -51,7 +51,8 @@ CONTEXT= -c "srcroot=$(LLVM_SRC_ROOT)" \ -c "cxx=$(CXX)" \ -c "llvmgcc=$(LLVMGCC)" \ -c "llvmgxx=$(LLVMGXX)" \ - -c "make=$(MAKE)" + -c "make=$(MAKE)" \ + -c "python=$(PYTHON)" # # Location of the QMTest program. |