Author: Matti Picus <matti.pi...@gmail.com>
Branch: openssl-for-macos
Changeset: r97413:e7dd1ccfdb32
Date: 2019-09-10 13:53 +0300
http://bitbucket.org/pypy/pypy/changeset/e7dd1ccfdb32/

Log:    always rebuild for packaging

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -86,6 +86,7 @@
         failures = create_cffi_import_libraries(
             str(pypy_c), options, str(basedir),
             embed_dependencies=options.embed_dependencies,
+            rebuild=True,
         )
 
         for key, module in failures:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to