From 416fb0294bfc62961d1a18eefa60db2a538fde05 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Wed, 11 Oct 2023 23:12:53 -0400 Subject: [PATCH] set mac deployment target to 10.15 --- scripts/build_macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build_macos.sh b/scripts/build_macos.sh index 7f83ca1a..575a59ea 100755 --- a/scripts/build_macos.sh +++ b/scripts/build_macos.sh @@ -18,7 +18,7 @@ mkdir python-build mkdir python-install mkdir deps -export MACOSX_DEPLOYMENT_TARGET=11 +export MACOSX_DEPLOYMENT_TARGET=10.15 git clone https://github.com/bjia56/python-cmake-buildsystem.git --branch macos-arm64 --single-branch --depth 1