summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-15 01:40:22 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-21 14:09:32 +0300
commit7b2d0c9ad2d2d28b898136c3f6bd00cea4da283a (patch)
tree99d8659c4b1c644eaedabc2126793367678b1260 /toolkit/Library_tk.mk
parentcba97d1d22d8cd24ab7fd762832ca42d17b330a7 (diff)
Make this compile for iOS
I said compile, not work.
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index 84c05eb752ab..e07878f1e90a 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -167,6 +167,11 @@ $(eval $(call gb_Library_set_cxxflags,tk,\
$$(CXXFLAGS) $(gb_OBJCXXFLAGS)))
endif
+ifeq ($(GUIBASE),cocoatouch)
+$(eval $(call gb_Library_set_cxxflags,tk,\
+ $$(CXXFLAGS) $(gb_OBJCXXFLAGS)))
+endif
+
ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
$(eval $(call gb_Library_add_linked_libs,tk,\
X11 \