diff options
author | 2020-09-22 14:35:38 -0700 | |
---|---|---|
committer | 2020-09-22 14:35:38 -0700 | |
commit | 4327433627cba8656f8fe3010a1468bf1576ec90 (patch) | |
tree | bdd453e2c41eb9f1ef440210192ab4f9839b56e1 /Makefile | |
parent | follow CPython and include wchar.h in unicodeobject.h, it is needed elsewhere (diff) | |
download | pypy-4327433627cba8656f8fe3010a1468bf1576ec90.tar.gz pypy-4327433627cba8656f8fe3010a1468bf1576ec90.tar.bz2 pypy-4327433627cba8656f8fe3010a1468bf1576ec90.zip |
Update path to build_cffi_imports.py
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |