iOS: add libxml2 build

I don't know why this is suddenly needed and wasn't before, but hopefully
this fixes the broken builds on GitHub.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-04-02 09:36:44 -07:00
parent d5e6a65944
commit 5178ea2d15
2 changed files with 18 additions and 4 deletions

View file

@ -119,7 +119,7 @@ case ${PLATFORM} in
PACKAGES=("${COMMON_PACKAGES[@]}" hidapi libcurl libusb openssl libssh2)
;;
ios)
PACKAGES=("${COMMON_PACKAGES[@]}" libxslt)
PACKAGES=("${COMMON_PACKAGES[@]}" libxml2 libxslt)
;;
android)
PACKAGES=("${COMMON_PACKAGES[@]}" libxslt sqlite libxml2 openssl libftdi1 libusb)