mirror of
https://github.com/python/cpython.git
synced 2025-12-07 13:50:06 +00:00
Modifies the iOS XCframework to include a lib folder for each slice that contains a symlinked version of the libPython dynamic library.
3 lines
224 B
ReStructuredText
3 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.
|