We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a181b9 commit e3892bfCopy full SHA for e3892bf
1 file changed
Makefile
@@ -674,7 +674,7 @@ $$(PYTHON_XCFRAMEWORK-$(os))/Info.plist: \
674
# Create symlink for dylib
675
$$(foreach sdk,$$(SDKS-$(os)),ln -si ../Python.framework/Python $$(PYTHON_XCFRAMEWORK-$(os))/$$(SDK_SLICE-$$(sdk))/lib/libpython$(PYTHON_VER).dylib; )
676
677
-ifeq (filter($(os),iOS tvOS watchOS), $(os))
+ifeq ($(filter $(os),iOS tvOS visionOS),$(os))
678
@echo ">>> Clone testbed project for $(os)"
679
$(HOST_PYTHON) $$(PYTHON_SRCDIR-$$(firstword $$(SDK_TARGETS-$$(firstword $$(SDKS-$(os))))))/Apple/testbed clone --platform $(os) --framework $$(PYTHON_XCFRAMEWORK-$(os)) support/$(PYTHON_VER)/$(os)/testbed
680
endif
0 commit comments