From 20f5609a6c1c9717ffe04d51f764f03ec95ceaa1 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 15 Jul 2017 21:51:42 -0700 Subject: Mac build: correctly deal with no printing Including working around a weird hack to install the Grantlee plugins. Signed-off-by: Dirk Hohndel --- scripts/build.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/build.sh b/scripts/build.sh index a2edbd8ad..72d8542b3 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -403,6 +403,8 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then $SRC/grantlee make -j4 make install +else + PRINTING="-DNO_PRINTING=ON" fi -- cgit v1.2.3-70-g09d2