summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index 7385829e8965..a7d562e58c00 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -127,13 +127,13 @@ $(eval $(call gb_Library_add_exception_objects,tk,\
toolkit/source/helper/vclunohelper \
))
-ifeq ($(GUIBASE),aqua)
+ifeq ($(OS),MACOSX)
$(eval $(call gb_Library_add_cxxflags,tk,\
$(gb_OBJCXXFLAGS) \
))
endif
-ifeq ($(GUIBASE),cocoatouch)
+ifeq ($(OS),IOS)
$(eval $(call gb_Library_add_cxxflags,tk,\
$(gb_OBJCXXFLAGS)))
endif