Kaydet (Commit) c11c7c47 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

fix build

Change-Id: Ibb83ef0bb6a304f2e78a669502a1bdd1f6dcc4bd
üst c8833fd9
...@@ -58,7 +58,7 @@ $(eval $(call gb_Library_use_externals,xsec_xmlsec,\ ...@@ -58,7 +58,7 @@ $(eval $(call gb_Library_use_externals,xsec_xmlsec,\
libxml2 \ libxml2 \
xmlsec \ xmlsec \
)) ))
ifneq ($(filter-out ANDROID IOS,$(OS)),) ifneq ($(filter GPGMEPP,$(BUILD_TYPE)),)
$(eval $(call gb_Library_use_externals,xsec_xmlsec,\ $(eval $(call gb_Library_use_externals,xsec_xmlsec,\
gpgmepp \ gpgmepp \
)) ))
...@@ -81,7 +81,7 @@ $(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\ ...@@ -81,7 +81,7 @@ $(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\
xmlsecurity/source/xmlsec/nss/xsec_nss \ xmlsecurity/source/xmlsec/nss/xsec_nss \
)) ))
ifneq ($(filter-out ANDROID IOS,$(OS)),) ifneq ($(filter GPGMEPP,$(BUILD_TYPE)),)
$(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\ $(eval $(call gb_Library_add_exception_objects,xsec_xmlsec,\
xmlsecurity/source/gpg/CertificateImpl \ xmlsecurity/source/gpg/CertificateImpl \
xmlsecurity/source/gpg/CipherContext \ xmlsecurity/source/gpg/CipherContext \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment