Skip to content
Snippets Groups Projects
Commit 218a0ca5 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Allow overriding MIN_MAC_OSX_VERSION

parent a59d7d36
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4070 passed
......@@ -328,7 +328,7 @@ ifeq ($(os),haiku)
CFLAGS += -D__unix__ -DNEEDS_FORKPTY
endif
ifeq ($(os),darwin)
MIN_MAC_OSX_VERSION = 10.6
MIN_MAC_OSX_VERSION ?= 10.6
CFLAGS += -D__unix__ -fno-common -D__DARWIN__
CFLAGS += -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