From 4d8f2cfac8e9ce20747c69dc0e09dc418f5ab309 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 9 Jun 2016 18:22:47 +0300 Subject: [PATCH] Added missing -framework Carbon --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 014c17a7..5aaf1620 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ CONF ?= debug ifeq ($(shell uname -s),Darwin) CFLAGS += -F/Library/Frameworks -DVERSION="$(VERSION)" OCFLAGS += -x objective-c -fobjc-arc -Wno-deprecated-declarations -isysroot $(shell xcode-select -p)/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk -mmacosx-version-min=10.9 -LDFLAGS += -framework AppKit +LDFLAGS += -framework AppKit -framework Carbon SDL_LDFLAGS := -framework SDL endif