mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: don't build googlemaps for downloader only builds
This is kind of a silly optimization, but might make a huge difference in build time on a Raspberry Pi. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6e579f1c1b
commit
6a7152bb40
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ fi
|
|||
|
||||
cd "$SRC"
|
||||
|
||||
if [ "$QUICK" != "1" ] ; then
|
||||
if [ "$QUICK" != "1" ] && [ "$BUILD_DESKTOP$BUILD_MOBILE" != "" ] ; then
|
||||
# build the googlemaps map plugin
|
||||
|
||||
cd "$SRC"
|
||||
|
|
Loading…
Reference in a new issue