Skip to content
Snippets Groups Projects
Commit cb9d62e0 authored by deuce's avatar deuce
Browse files

Make the new default minimum macOS version 10.6

parent b264e65a
No related branches found
No related tags found
No related merge requests found
...@@ -320,7 +320,7 @@ ifeq ($(os),haiku) ...@@ -320,7 +320,7 @@ ifeq ($(os),haiku)
CFLAGS += -D__unix__ -DNEEDS_FORKPTY CFLAGS += -D__unix__ -DNEEDS_FORKPTY
endif endif
ifeq ($(os),darwin) ifeq ($(os),darwin)
MIN_MAC_OSX_VERSION = 10.5 MIN_MAC_OSX_VERSION = 10.6
CFLAGS += -D__unix__ -fno-common -D__DARWIN__ CFLAGS += -D__unix__ -fno-common -D__DARWIN__
CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION) CFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION) LDFLAGS += -mmacosx-version-min=$(MIN_MAC_OSX_VERSION)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment