From 4c3ad2220cd8f74653fb5fb6f7a65dfda02e93e5 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 26 Oct 2020 08:20:39 +0100 Subject: [PATCH] Add --with-quartz=yes to configure on macOS --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 64aff7242..aa4f754d0 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -46,7 +46,7 @@ else mv *.ddeb ${DIR}/debug/${ARCH}/ elif [ "${ID}" = "Darwin" ]; then ./autogen.sh - ./configure --prefix=$( pwd )/build + ./configure --prefix=$( pwd )/build --with-quartz=yes make make install tar cfz graphviz-${GV_VERSION}-${ARCH}.tar.gz --options gzip:compression-level=9 build -- 2.40.0