0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-09-20 01:49:56 +00:00
Files
termux-packages/packages/pypy3/9998-link-against-pypy3-on-testcapi.diff
2023-12-13 19:09:39 +08:00

12 lines
353 B
Diff

--- a/lib_pypy/_pypy_testcapi.py
+++ b/lib_pypy/_pypy_testcapi.py
@@ -94,7 +94,7 @@
extra_ldargs = ['/MANIFEST', # needed for VC10
'/EXPORT:PyInit_' + modulename]
else:
- libraries = []
+ libraries = ['pypy@TERMUX_PYPY_MAJOR_VERSION@-c']
extra_ldargs = []
# link the dynamic library