Attempt to bump support to intel mac 10.10

This commit is contained in:
Dion Moult
2024-06-01 10:48:36 +10:00
parent 116c9a5fd9
commit fcf70ad160
+1 -1
View File
@@ -66,7 +66,7 @@ PYPI_PLATFORM:=--platform manylinux_2_17_x86_64
endif
ifeq ($(PLATFORM), macos)
PYPI_PLATFORM:=--platform macosx_10_9_x86_64
PYPI_PLATFORM:=--platform macosx_10_10_x86_64
endif
ifeq ($(PLATFORM), macosm1)