build-system: update get-dep-lib to not check double on iOS
Only mobilecomponents.sh download breeze-icons and kirigami. This patch is merely to avoid confusion. Before get-dep-lib in ios/download would download those, and mobilecomponents would see that they were already downloaded. Signed-off-by: Jan Iversen <jani@apache.org>
This commit is contained in:
parent
c1a9eafa21
commit
b1b5028917
@ -49,7 +49,7 @@ if [ "`which curl`" == "" ] ; then
|
||||
else
|
||||
CURL="curl -O "
|
||||
fi
|
||||
BUILD_COMMON="libzip libgit2 googlemaps kirigami breeze-icons"
|
||||
BUILD_COMMON="libzip libgit2 googlemaps"
|
||||
case ${PLATFORM} in
|
||||
scripts)
|
||||
BUILD="${BUILD_COMMON} hidapi libcurl libusb openssl libssh2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user