mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
4 lines
224 B
ReStructuredText
4 lines
224 B
ReStructuredText
|
|
Each slice of an iOS XCframework now contains a ``lib`` folder that contains
|
||
|
|
a symlink to the libpython dylib. This allows binary modules to be compiled
|
||
|
|
for iOS using dynamic libreary linking, rather than Framework linking.
|