diff --git a/Makefile b/Makefile index 5e749c6..5c22644 100755 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ SYSROOT := $(shell xcodebuild -sdk macosx -version Path 2> /dev/null) CFLAGS += -F/Library/Frameworks OCFLAGS += -x objective-c -fobjc-arc -Wno-deprecated-declarations -isysroot $(SYSROOT) -mmacosx-version-min=10.9 LDFLAGS += -framework AppKit -framework PreferencePanes -framework Carbon -framework QuartzCore -SDL_LDFLAGS := -framework SDL +SDL_LDFLAGS := -F/Library/Frameworks -framework SDL endif ifeq ($(PLATFORM),windows32)