diff options
author | 2012-02-22 18:05:15 -0500 | |
---|---|---|
committer | 2012-02-22 18:05:15 -0500 | |
commit | f28b0254397541ea46b5eced805597d6d72e5b1a (patch) | |
tree | 05f1414ea76294734898697c6e6fa71cd15872b8 /src/Makefile | |
parent | 829bdd155af955adad629e5b5948c2b62c01ebf8 (diff) | |
download | textadept-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/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 |