From f28b0254397541ea46b5eced805597d6d72e5b1a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 22 Feb 2012 18:05:15 -0500 Subject: Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index b3f4b290..63c4b244 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,7 +100,7 @@ ifdef LIBPNG12 GTKLIBS := $(shell sed -e 's/lpng14/lpng12/;' <<< "$(GTKLIBS)") endif ifdef OSX -GTKLIBS += -framework Carbon -framework Cocoa -ligemacintegration +GTKLIBS += -framework Cocoa -lgtkmacintegration endif GCDFLAGS = -DNOHELP -DLIBRARY -- cgit v1.2.3