aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2020-09-24 20:50:47 +0300
committerMatti Picus <matti.picus@gmail.com>2020-09-24 20:50:47 +0300
commita5549aec186e8306ebaa8c30c735f9d39ccc05a0 (patch)
treea30aee5fd8b9d67ecfa6e8ab9fdabb8f9918d7cd /Makefile
parentAdded tag release-pypy3.7-v7.3.2rc3 for changeset 87875bf2dfd8 (diff)
downloadpypy-a5549aec186e8306ebaa8c30c735f9d39ccc05a0.tar.gz
pypy-a5549aec186e8306ebaa8c30c735f9d39ccc05a0.tar.bz2
pypy-a5549aec186e8306ebaa8c30c735f9d39ccc05a0.zip
guess at a fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7d9703b95a..55a9b0238f 100644
--- a/Makefile
+++ b/Makefile
@@ -38,4 +38,4 @@ endif
cd pypy/goal && $(RUNINTERP) ../../rpython/bin/rpython $(JOBS) -Ojit targetpypystandalone.py
cffi_imports: pypy-c
- PYTHONPATH=. pypy/goal/pypy-c lib_pypy/pypy_tools/build_cffi_imports.py
+ cd lib_pypy && ../pypy/goal/pypy-c pypy_tools/build_cffi_imports.py || /bin/true