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:
jan Iversen 2018-05-25 08:08:05 +02:00 committed by Dirk Hohndel
parent c1a9eafa21
commit b1b5028917

View file

@ -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"