From 24dda40863305efba674118a94dd55c195bb6eee Mon Sep 17 00:00:00 2001 From: Themaister Date: Fri, 4 Feb 2011 23:53:33 +0100 Subject: [PATCH] Remove unneeded lib. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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