build.sh: don't build Grantlee for Subsurface-mobile

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-01-07 21:30:51 -08:00
parent a7f8a7574e
commit 0d9b22cf94

View file

@ -141,6 +141,7 @@ if [ $PLATFORM = Darwin ] ; then
fi
fi
if [ "$SUBSURFACE_EXECUTABLE" = "DesktopExecutable" ] ; then
# build grantlee
cd $SRC
@ -165,6 +166,7 @@ cmake -DCMAKE_BUILD_TYPE=Release \
$SRC/grantlee
make -j4
make install
fi
# pull the plasma-mobile components from upstream if building Subsurface-mobile
if [ "$SUBSURFACE_EXECUTABLE" = "MobileExecutable" ] ; then