From fcf70ad160a79b71310cb9f10d320f9e48b0556d Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Sat, 1 Jun 2024 10:48:36 +1000 Subject: [PATCH] Attempt to bump support to intel mac 10.10 --- src/blenderbim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blenderbim/Makefile b/src/blenderbim/Makefile index df60935412..89c015eb29 100644 --- a/src/blenderbim/Makefile +++ b/src/blenderbim/Makefile @@ -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)