diff options
author | Matti Picus <matti.picus@gmail.com> | 2020-09-24 20:50:47 +0300 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2020-09-24 20:50:47 +0300 |
commit | a5549aec186e8306ebaa8c30c735f9d39ccc05a0 (patch) | |
tree | a30aee5fd8b9d67ecfa6e8ab9fdabb8f9918d7cd /Makefile | |
parent | Added tag release-pypy3.7-v7.3.2rc3 for changeset 87875bf2dfd8 (diff) | |
download | pypy-a5549aec186e8306ebaa8c30c735f9d39ccc05a0.tar.gz pypy-a5549aec186e8306ebaa8c30c735f9d39ccc05a0.tar.bz2 pypy-a5549aec186e8306ebaa8c30c735f9d39ccc05a0.zip |
guess at a fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |