diff options
author | jan iversen <jani@libreoffice.org> | 2017-09-05 21:04:13 +0200 |
---|---|---|
committer | jan iversen <jani@libreoffice.org> | 2017-09-05 21:04:47 +0200 |
commit | d763f23f13d66ddccbf4f5ade511d37240cbc442 (patch) | |
tree | e6a0b397eb7ad3c67b2f36725f90e53bd523459f /i18npool | |
parent | 0c8b749e602b6743857a9bc4efb24b6183690311 (diff) |
Revert "iOS, Executable_gendict.mk contained work ifneq"
break android build, will try another idea.
This reverts commit 9915e8d250639348ca06622ffae840f207be8eec.
Change-Id: I4e4e73733febd8d3bb7469de76163e8d16b7a5c7
Reviewed-on: https://gerrit.libreoffice.org/41958
Reviewed-by: jan iversen <jani@libreoffice.org>
Tested-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 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 \ )) |