Skip to content

Commit

Permalink
MISC: macbuild.sh: need libtool for CI on macos-latest
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
  • Loading branch information
swesterfeld committed Jun 9, 2024
1 parent b358469 commit 5d35885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/macbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 5d35885

Please sign in to comment.