From 5178ea2d15879e0248b91d2db20f9708b582a77b Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 2 Apr 2020 09:36:44 -0700 Subject: 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 --- scripts/get-dep-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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) -- cgit v1.2.3-70-g09d2