mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue