summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-09-04 20:33:37 +0200
committerjan iversen <jani@libreoffice.org>2017-09-05 19:06:50 +0200
commit9915e8d250639348ca06622ffae840f207be8eec (patch)
tree887132153628f8e8c975f94f5dd4979aab6c8cc2 /i18npool
parent5173b61ec6c85e87a9c36725f3b867779d1f7d7b (diff)
iOS, Executable_gendict.mk contained work ifneq
Test for iOS failed, changed to ifeq Change-Id: I0f936b0949a5b3d1fba8261e6a6f08988f67cb85 Reviewed-on: https://gerrit.libreoffice.org/41913 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: jan iversen <jani@libreoffice.org>
Diffstat (limited to 'i18npool')
-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 9b183aa0814c..3109391d37c3 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)
-ifneq ($(shell grep OS=IOS $(BUILDDIR)/config_host.mk),)
+ifeq ($(shell grep OS=IOS $(BUILDDIR)/config_host.mk),)
$(eval $(call gb_Executable_add_cxxflags,gendict,\
-DDICT_JA_ZH_IN_DATAFILE \
))