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:
Dirk Hohndel 2017-11-18 08:10:37 -08:00
parent f691593e65
commit f034121bef

View file

@ -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