From 5d35885db2b918a0d36bdbaca5188a249f9c0626 Mon Sep 17 00:00:00 2001 From: Stefan Westerfeld Date: Sun, 9 Jun 2024 10:45:12 +0200 Subject: [PATCH] MISC: macbuild.sh: need libtool for CI on macos-latest Signed-off-by: Stefan Westerfeld --- misc/macbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/macbuild.sh b/misc/macbuild.sh index 2dd3662..826e248 100755 --- a/misc/macbuild.sh +++ b/misc/macbuild.sh @@ -2,7 +2,7 @@ # This Source Code Form is licensed MPL-2.0: http://mozilla.org/MPL/2.0 set -Eeuo pipefail -x -brew install autoconf-archive automake pkg-config libsndfile jack lv2 fftw +brew install autoconf-archive automake pkg-config libsndfile jack lv2 fftw libtool export PKG_CONFIG_PATH="$(brew --prefix readline)/lib/pkgconfig:${PKG_CONFIG_PATH:-}" ./autogen.sh --with-fftw make -j `sysctl -n hw.ncpu`