summaryrefslogtreecommitdiff
path: root/xmlsecurity
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
parent88ac77c0bc21accfd6f5c404217c3c2aaef2d674 (diff)
Fix build for mobile
Change-Id: I420035cec4f3d5f56363eab1fabff5c053c60cd6
Diffstat (limited to 'xmlsecurity')
-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 \
))