diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |