summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-02 09:36:44 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-04 11:09:17 -0700
commit5178ea2d15879e0248b91d2db20f9708b582a77b (patch)
tree354a0883f69fc45fc109351396b6cc0c21d70b70 /scripts
parentd5e6a6594479b50a8d0f0d400e0c2dd3b8247db4 (diff)
downloadsubsurface-5178ea2d15879e0248b91d2db20f9708b582a77b.tar.gz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/get-dep-lib.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/get-dep-lib.sh b/scripts/get-dep-lib.sh
index 05cb1e81c..1ff865e6c 100755
--- a/scripts/get-dep-lib.sh
+++ b/scripts/get-dep-lib.sh
@@ -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)