Skip to content

Commit f8fd686

Browse files
authored
Fix an iOS reference in testbed cloning. (#272)
1 parent 92d8d95 commit f8fd686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ $$(PYTHON_XCFRAMEWORK-$(os))/Info.plist: \
663663

664664
ifeq ($(filter $(os),iOS visionOS),$(os))
665665
@echo ">>> Clone testbed project for $(os)"
666-
$(HOST_PYTHON) $$(PYTHON_SRCDIR-$$(firstword $$(SDK_TARGETS-$$(firstword $$(SDKS-$(os))))))/iOS/testbed clone --framework $$(PYTHON_XCFRAMEWORK-$(os)) support/$(PYTHON_VER)/$(os)/testbed
666+
$(HOST_PYTHON) $$(PYTHON_SRCDIR-$$(firstword $$(SDK_TARGETS-$$(firstword $$(SDKS-$(os))))))/$(os)/testbed clone --framework $$(PYTHON_XCFRAMEWORK-$(os)) support/$(PYTHON_VER)/$(os)/testbed
667667
endif
668668

669669
@echo ">>> Create VERSIONS file for $(os)"

0 commit comments

Comments
 (0)