mirror of
https://abf.rosa.ru/djam/python3.10.git
synced 2025-02-23 16:32:54 +00:00
13 lines
687 B
Diff
13 lines
687 B
Diff
diff --git a/Lib/distutils/command/build_ext.py b/Lib/distutils/command/build_ext.py
|
|
index 2d7cdf0..058809b 100644
|
|
--- a/Lib/distutils/command/build_ext.py
|
|
+++ b/Lib/distutils/command/build_ext.py
|
|
@@ -724,7 +724,7 @@ class build_ext(Command):
|
|
# Windows like MinGW) it is simply necessary that all symbols in
|
|
# shared libraries are resolved at link time.
|
|
from distutils.sysconfig import get_config_var
|
|
- link_libpython = False
|
|
+ link_libpython = True
|
|
if get_config_var('Py_ENABLE_SHARED'):
|
|
# A native build on an Android device or on Cygwin
|
|
if hasattr(sys, 'getandroidapilevel'):
|