summaryrefslogtreecommitdiffstats
path: root/xmlsecurity/Module_xmlsecurity.mk
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2017-03-04 12:15:09 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-03-04 12:15:09 +0100
commit59460acff8a8cad0569fb4955945258ca1d5e3f2 (patch)
tree01cf79b48c0ecde99b3739a5e90a21b5b0fb7016 /xmlsecurity/Module_xmlsecurity.mk
parentgpg4libre: List and view GPG keys (diff)
downloadcore-59460acff8a8cad0569fb4955945258ca1d5e3f2.tar.gz
core-59460acff8a8cad0569fb4955945258ca1d5e3f2.zip
Fix build for mobile
Change-Id: I420035cec4f3d5f56363eab1fabff5c053c60cd6
Diffstat (limited to 'xmlsecurity/Module_xmlsecurity.mk')
-rw-r--r--xmlsecurity/Module_xmlsecurity.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk
index d1642b959dae..cb68c595f82d 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 \
))