From 55518134b9f98645a4b20bb4b9f9c3d1546141fc Mon Sep 17 00:00:00 2001 From: fwcd Date: Tue, 27 Feb 2024 22:06:00 +0100 Subject: [PATCH] Install autoconf and libtool explicitly --- scripts/install-macos-deps | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install-macos-deps b/scripts/install-macos-deps index ce55a6a..4beac33 100755 --- a/scripts/install-macos-deps +++ b/scripts/install-macos-deps @@ -10,8 +10,10 @@ fi echo "==> Installing system dependencies with Homebrew..." brew install \ automake \ + autoconf \ autoconf-archive \ ccache \ + libtool \ nasm \ ninja \ pkg-config