Commit a4ec7600 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Merge pull request #993 from Dundee/master

Use configurable path to cpython
parents 5ca145dc 74170dd6
......@@ -474,8 +474,8 @@ Makefile.local:
which ninja-build >/dev/null && echo "NINJA := ninja-build" >> Makefile.local
llvm_up:
python $(TOOLS_DIR)/git_svn_gotorev.py $(LLVM_SRC) $(LLVM_REVISION) ./llvm_patches
python $(TOOLS_DIR)/git_svn_gotorev.py $(LLVM_SRC)/tools/clang $(LLVM_REVISION) ./clang_patches
$(CPYTHON) $(TOOLS_DIR)/git_svn_gotorev.py $(LLVM_SRC) $(LLVM_REVISION) ./llvm_patches
$(CPYTHON) $(TOOLS_DIR)/git_svn_gotorev.py $(LLVM_SRC)/tools/clang $(LLVM_REVISION) ./clang_patches
## TOOLS:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment