i18npool/Executable_gendict.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9915e8d250639348ca06622ffae840f207be8eec
Author: jan Iversen <[email protected]>
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 <[email protected]>
    Reviewed-by: jan iversen <[email protected]>

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 \
 ))
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to