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

We need macOS 10.9 for std::atomic

parent 28b85c61
No related branches found
No related tags found
No related merge requests found
......@@ -371,7 +371,7 @@ ifeq ($(os),haiku)
CFLAGS += -D__unix__ -DNEEDS_FORKPTY
endif
ifeq ($(os),darwin)
MIN_MAC_OSX_VERSION ?= 10.7
MIN_MAC_OSX_VERSION ?= 10.9
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.
Finish editing this message first!
Please register or to comment