From 0544fb45849fdb050242b53e9a58dd0e48e7e10c Mon Sep 17 00:00:00 2001 From: sunerok <8443713+justinvforvendetta@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:54:12 -0400 Subject: [PATCH] Update darwin.mk macosx min version increase 11 to 12 we build with 12, 13 and hopefully soon, 14. --- depends/hosts/darwin.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/hosts/darwin.mk b/depends/hosts/darwin.mk index e88dc784..ed45cbcc 100755 --- a/depends/hosts/darwin.mk +++ b/depends/hosts/darwin.mk @@ -1,4 +1,4 @@ -OSX_MIN_VERSION=11.0 +OSX_MIN_VERSION=12.0 OSX_SDK_VERSION=14.0 OSX_SDK=$(SDK_PATH)/MacOSX$(OSX_SDK_VERSION).sdk LD64_VERSION=253.9