summaryrefslogtreecommitdiffstats
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-15 21:51:42 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-15 21:51:42 -0700
commit20f5609a6c1c9717ffe04d51f764f03ec95ceaa1 (patch)
tree06f6dc73d5dde207143b743443b2237352615426 /scripts/build.sh
parenta629eb70708505bcac38afb709b1958e21e90374 (diff)
downloadsubsurface-20f5609a6c1c9717ffe04d51f764f03ec95ceaa1.tar.gz
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>
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 2 insertions, 0 deletions
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