mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
a629eb7070
commit
20f5609a6c
2 changed files with 3 additions and 1 deletions
|
@ -403,6 +403,8 @@ if [ "$BUILDGRANTLEE" = "1" ] ; then
|
|||
$SRC/grantlee
|
||||
make -j4
|
||||
make install
|
||||
else
|
||||
PRINTING="-DNO_PRINTING=ON"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue