Author: Matti Picus <[email protected]>
Branch:
Changeset: r97446:67f9b04c3662
Date: 2019-09-11 19:43 +0300
http://bitbucket.org/pypy/pypy/changeset/67f9b04c3662/
Log: do not rebuild unconditionally during packaging, it doesn't work on
windows
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,7 +86,6 @@
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
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit