From 6a7152bb400ef32cdf3403a29f987fac96c152d9 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 19 Dec 2020 09:42:18 -0800 Subject: [PATCH] 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 --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 93e1121fa..fc7c62c7e 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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"