summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcore/plat/mac/prefix.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/plat/mac/prefix.mak b/core/plat/mac/prefix.mak
index caf7aa9a2..cd6d78560 100755
--- a/core/plat/mac/prefix.mak
+++ b/core/plat/mac/prefix.mak
@@ -129,7 +129,7 @@ MMFLAGS =
# ldflags
LDFLAGS_RELEASE =
LDFLAGS_DEBUG =
-LDFLAGS = -m$(BITS) -all_load -pagezero_size 10000 -image_base 100000000
+LDFLAGS = -m$(BITS) -all_load -pagezero_size 10000 -image_base 100000000 -mmacosx-version-min=10.7
LDFLAGS-L = -L
LDFLAGS-l = -l
LDFLAGS-f =
@@ -157,7 +157,7 @@ ARFLAGS-o =
# shflags
SHFLAGS_RELEASE = -s
-SHFLAGS = $(ARCH_LDFLAGS) -dynamiclib
+SHFLAGS = $(ARCH_LDFLAGS) -dynamiclib -mmacosx-version-min=10.7
# include directory
INC_DIR += /usr/include /usr/local/include