diff options
author | jan Iversen <jani@libreoffice.org> | 2018-05-25 08:08:05 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-05-25 07:39:08 -0700 |
commit | b1b5028917f1683279e633fb7f05ee59c26c1014 (patch) | |
tree | 4edd6fd89f60f09c61cc4748b4134828165d1e49 | |
parent | c1a9eafa216ea4e538a0cfa45b7a29dd3552f7fb (diff) | |
download | subsurface-b1b5028917f1683279e633fb7f05ee59c26c1014.tar.gz |
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>
-rwxr-xr-x | scripts/get-dep-lib.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |