From b1b5028917f1683279e633fb7f05ee59c26c1014 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Fri, 25 May 2018 08:08:05 +0200 Subject: 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 --- 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 b0cd519e3..f6cd07266 100755 --- a/scripts/get-dep-lib.sh +++ b/scripts/get-dep-lib.sh @@ -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" -- cgit v1.2.3-70-g09d2