diff --git a/Makefile b/Makefile index f1f16b08f6..1a8dc2f4ee 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ DEFINES = -DHAVE_CONFIG_H ifneq ($(findstring Darwin,$(shell uname -a)),) OSX := 1 - LIBS += -framework AppKit -lSDLmain + LIBS += -framework AppKit else OSX := 0 endif