build.sh: fix comparison
This prevented googlemaps from building in some circumstances. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f691593e65
commit
f034121bef
@ -436,7 +436,7 @@ else
|
||||
PRINTING="-DNO_PRINTING=ON"
|
||||
fi
|
||||
|
||||
if [ $SKIP_GOOGLEMAPS != "1" ] ; then
|
||||
if [ "$SKIP_GOOGLEMAPS" != "1" ] ; then
|
||||
# build the googlemaps map plugin
|
||||
|
||||
cd $SRC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user