summaryrefslogtreecommitdiffstats
path: root/i18npool/Executable_gendict.mk
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/Executable_gendict.mk')
-rw-r--r--i18npool/Executable_gendict.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Executable_gendict.mk b/i18npool/Executable_gendict.mk
index 3109391d37c3..9b183aa0814c 100644
--- a/i18npool/Executable_gendict.mk
+++ b/i18npool/Executable_gendict.mk
@@ -14,7 +14,7 @@ $(eval $(call gb_Executable_use_libraries,gendict,\
))
ifeq ($(gb_Side),build)
-ifeq ($(shell grep OS=IOS $(BUILDDIR)/config_host.mk),)
+ifneq ($(shell grep OS=IOS $(BUILDDIR)/config_host.mk),)
$(eval $(call gb_Executable_add_cxxflags,gendict,\
-DDICT_JA_ZH_IN_DATAFILE \
))