Skip to content

Commit b664467

Browse files
committed
Mirror change from configure.ac file.
1 parent 53c3cc3 commit b664467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tools/configure/conf_macos.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

287287
def _export_framework_vars(v):

0 commit comments

Comments
 (0)