Author: Amaury Forgeot d'Arc <[email protected]>
Branch:
Changeset: r75809:91ccdfc264d5
Date: 2015-02-10 19:32 +0100
http://bitbucket.org/pypy/pypy/changeset/91ccdfc264d5/
Log: force compilation of ffi library in audioop.py
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
@@ -108,7 +108,7 @@
'''
def create_cffi_import_libraries(pypy_c, options):
- modules = ['_sqlite3']
+ modules = ['_sqlite3', 'audioop']
subprocess.check_call([str(pypy_c), '-c', 'import _sqlite3'])
if not sys.platform == 'win32':
modules += ['_curses', 'syslog', 'gdbm', '_sqlite3']
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit