xmlsecurity/Module_xmlsecurity.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 59460acff8a8cad0569fb4955945258ca1d5e3f2 Author: Thorsten Behrens <[email protected]> Date: Sat Mar 4 12:15:09 2017 +0100 Fix build for mobile Change-Id: I420035cec4f3d5f56363eab1fabff5c053c60cd6 diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index d1642b95..cb68c59 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -19,7 +19,7 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ Library_xsec_xmlsec \ )) -ifneq ($(filter-out WNT MACOSX,$(OS)),) +ifneq ($(filter-out WNT MACOSX ANDROID IOS,$(OS)),) $(eval $(call gb_Module_add_targets,xmlsecurity,\ Library_xsec_gpg \ )) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
