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

Latest SDL2 only supports macOS 10.7 and above.

parent ff6e345c
No related branches found
No related tags found
No related merge requests found
Pipeline #5940 passed
......@@ -370,7 +370,7 @@ ifeq ($(os),haiku)
CFLAGS += -D__unix__ -DNEEDS_FORKPTY
endif
ifeq ($(os),darwin)
MIN_MAC_OSX_VERSION ?= 10.6
MIN_MAC_OSX_VERSION ?= 10.7
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