Author: Armin Rigo <[email protected]> Branch: Changeset: r81638:bb701d0fa4d3 Date: 2016-01-09 11:17 +0100 http://bitbucket.org/pypy/pypy/changeset/bb701d0fa4d3/
Log: cffi_imports depends on pypy-c being built first diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -39,5 +39,5 @@ # runs. We cannot get their original value either: # http://lists.gnu.org/archive/html/help-make/2010-08/msg00106.html -cffi_imports: +cffi_imports: pypy-c PYTHONPATH=. ./pypy-c pypy/tool/build_cffi_imports.py _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
