From 5305e936c6c045ee0fc0d1d896ab6a96924ff922 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 2 Nov 2021 07:51:52 -0700 Subject: [PATCH] enable Lefty in out-of-source build CI job Commit d64b75d2704bd3ed47b3f74c0686e19ca74e65fc explicitly enabled Lefty in several places in preparation for it becoming disabled by default. However, it accidentally missed the out-of-source build. --- ci/out-of-source-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/out-of-source-build.sh b/ci/out-of-source-build.sh index 2f9f3f26e..196cccc3b 100755 --- a/ci/out-of-source-build.sh +++ b/ci/out-of-source-build.sh @@ -19,7 +19,7 @@ tar xfz graphviz-${GV_VERSION}.tar.gz # setup a directory for building in mkdir build cd build -../graphviz-${GV_VERSION}/configure +../graphviz-${GV_VERSION}/configure --enable-lefty # build Graphviz make -- 2.40.0