Mac build: correctly deal with no printing

Including working around a weird hack to install the Grantlee
plugins.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-07-15 21:51:42 -07:00
parent a629eb7070
commit 20f5609a6c
2 changed files with 3 additions and 1 deletions

View file

@ -403,6 +403,8 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then
$SRC/grantlee
make -j4
make install
else
PRINTING="-DNO_PRINTING=ON"
fi