File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ def setup_framework(v):
192192 if v .ac_sys_system == "Darwin" :
193193 val = "/Library/Frameworks"
194194 elif v .ac_sys_system == "iOS" :
195- val = "Apple/iOS/Frameworks/$(MULTIARCH)"
195+ val = "Platforms/ Apple/iOS/Frameworks/$(MULTIARCH)"
196196 else :
197197 pyconf .error ("error: Unknown platform for framework build" )
198198
@@ -280,8 +280,8 @@ def _setup_framework_ios(v):
280280 v .INSTALLTARGETS = "libinstall inclinstall sharedinstall"
281281 v .prefix = v .PYTHONFRAMEWORKPREFIX
282282 v .PYTHONFRAMEWORKINSTALLNAMEPREFIX = f"@rpath/{ v .PYTHONFRAMEWORKDIR } "
283- v .RESSRCDIR = "Apple/iOS/Resources"
284- pyconf .config_files (["Apple/iOS/Resources/Info.plist" ])
283+ v .RESSRCDIR = "Platforms/ Apple/iOS/Resources"
284+ pyconf .config_files (["Platforms/ Apple/iOS/Resources/Info.plist" ])
285285
286286
287287def _export_framework_vars (v ):
You can’t perform that action at this time.
0 commit comments