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
@ -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…
x
Reference in New Issue
Block a user