[Libreoffice-commits] core.git: i18npool/Executable_gendict.mk
jan Iversen
jani at libreoffice.org
Tue Sep 5 17:07:13 UTC 2017
i18npool/Executable_gendict.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 9915e8d250639348ca06622ffae840f207be8eec
Author: jan Iversen <jani at libreoffice.org>
Date: Mon Sep 4 20:33:37 2017 +0200
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 at libreoffice.org>
Reviewed-by: jan iversen <jani at libreoffice.org>
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 \
))
More information about the Libreoffice-commits
mailing list