diff options
author | jan Iversen <jani@libreoffice.org> | 2017-09-04 20:33:37 +0200 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2017-09-05 19:06:50 +0200 |
commit | 9915e8d250639348ca06622ffae840f207be8eec (patch) | |
tree | 887132153628f8e8c975f94f5dd4979aab6c8cc2 /i18npool | |
parent | 5173b61ec6c85e87a9c36725f3b867779d1f7d7b (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.mk | 2 |
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 \ )) |