From 4327433627cba8656f8fe3010a1468bf1576ec90 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Tue, 22 Sep 2020 14:35:38 -0700 Subject: Update path to build_cffi_imports.py --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-65-gdbad