mirror of
https://github.com/termux/termux-packages.git
synced 2025-09-20 01:49:56 +00:00
12 lines
353 B
Diff
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
|