Skip to content

Commit e19e672

Browse files
committed
more grumbling... why did i even request a review?
1 parent d248165 commit e19e672

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
@@ -734,7 +734,7 @@ $$(PYTHON_XCFRAMEWORK-$(os))/Info.plist: \
734734

735735
ifeq ($(filter $(os),iOS visionOS MacCatalyst),$(os))
736736
@echo ">>> Clone testbed project for $(os)"
737-
$(HOST_PYTHON) $$(PYTHON_SRCDIR-$$(firstword $$(SDK_TARGETS-$$(firstword $$(SDKS-$(os))))))/$(os)/testbed clone --framework $$(PYTHON_XCFRAMEWORK-$(os)) support/$(PYTHON_VER)/$(os)/testbed
737+
$(HOST_PYTHON) $$(PYTHON_SRCDIR-$$(firstword $$(SDK_TARGETS-$$(firstword $$(SDKS-$(os))))))/$$(subst MacCatalyst,iOS,$(os))/testbed clone --framework $$(PYTHON_XCFRAMEWORK-$(os)) support/$(PYTHON_VER)/$(os)/testbed
738738
endif
739739

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

0 commit comments

Comments
 (0)