Skip to content

Commit a248944

Browse files
committed
Use a.b.c name for iOS frameworks
As implemented in Python 3.13
1 parent 45d1f7e commit a248944

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

patch/Python/Python.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ index 61dafc0f4c..6784a84014 100644
134134
+
135135
+ # Try to locate a framework with a binary in the format:
136136
+ # /Frameworks/module_full_name.framework/module_full_name
137-
+ framework_name = fullname.replace(".", "_")
137+
+ framework_name = fullname
138138
+ binary_file = _path_join(self.frameworks_path, f"{framework_name}.framework", framework_name)
139139
+ _bootstrap._verbose_message('Looking for Apple Framework binary {}', binary_file)
140140
+

0 commit comments

Comments
 (0)