aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2012-02-22 18:05:15 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2012-02-22 18:05:15 -0500
commitf28b0254397541ea46b5eced805597d6d72e5b1a (patch)
tree05f1414ea76294734898697c6e6fa71cd15872b8 /src/Makefile
parent829bdd155af955adad629e5b5948c2b62c01ebf8 (diff)
downloadtextadept-f28b0254397541ea46b5eced805597d6d72e5b1a.tar.gz
textadept-f28b0254397541ea46b5eced805597d6d72e5b1a.zip
Use GtkOSXApplication, which is Cocoa-based, instead of Carbon API calls on OSX.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
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