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

Fix build for mobile

Change-Id: I2f133306b57798e2e828c4bd504a795331bdaf34
üst 6f93eeb0
...@@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,xmlsecurity,\ ...@@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,xmlsecurity,\
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
ifneq ($(filter-out WNT MACOSX,$(OS)),) ifneq ($(filter-out WNT MACOSX ANDROID IOS,$(OS)),)
$(eval $(call gb_Library_use_libraries,xmlsecurity,\ $(eval $(call gb_Library_use_libraries,xmlsecurity,\
xsec_gpg \ xsec_gpg \
)) ))
......
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