From: Magnus Jacobsson Date: Mon, 26 Oct 2020 07:20:39 +0000 (+0100) Subject: Add --with-quartz=yes to configure on macOS X-Git-Tag: 2.46.0~20^2^2~1^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c3ad2220cd8f74653fb5fb6f7a65dfda02e93e5;p=graphviz Add --with-quartz=yes to configure on macOS --- 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