From 4cc27b816fd47aff8b4d6a997536dd03695e61a7 Mon Sep 17 00:00:00 2001 From: Michael Matz Date: Sat, 9 May 2020 00:36:59 +0200 Subject: [PATCH] macos: Use newer MACOSX_DEPLOYMENT_TARGET 10.6 seems to still be supported on Mojave, but not 10.4 anymore. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 79ebe4b8..eabbcdc5 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ else ifdef CONFIG_OSX NATIVE_TARGET = $(ARCH)-osx LDFLAGS += -flat_namespace -undefined warning - export MACOSX_DEPLOYMENT_TARGET := 10.4 + export MACOSX_DEPLOYMENT_TARGET := 10.6 endif endif