aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Rivera <stefano@rivera.za.net>2020-09-22 14:35:38 -0700
committerStefano Rivera <stefano@rivera.za.net>2020-09-22 14:35:38 -0700
commit5998ca153504377ad51da187b59cfd28fdef9848 (patch)
tree6057e1e56975241458025b1c2d0e895548a8d05b
parentfix link, http works but the suffix is bz2 (diff)
downloadpypy-release-pypy2.7-v7.3.2rc3.tar.gz
pypy-release-pypy2.7-v7.3.2rc3.tar.bz2
pypy-release-pypy2.7-v7.3.2rc3.zip
Update path to build_cffi_imports.pyrelease-pypy2.7-v7.3.2rc3release-pypy2.7-v7.3.2
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e69c02fd95..7d9703b95a 100644
--- a/Makefile
+++ b/Makefile
@@ -38,5 +38,4 @@ endif
cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython $(JOBS) -Ojit targetpypystandalone.py
cffi_imports: pypy-c
- PYTHONPATH=. pypy/goal/pypy-c pypy/tool/build_cffi_imports.py || /bin/true
-
+ PYTHONPATH=. pypy/goal/pypy-c lib_pypy/pypy_tools/build_cffi_imports.py