From a47d3e0c6a8ea8161a3bad0eafdac2401cf53129 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 2 Jan 2021 14:00:49 +0000 Subject: [PATCH] fix(deps): add autoconf to Brewfile On a fresh install of Big Sur with only the Xcode CLI tools installed, autoconf is not available. Hence it needs to be installed from homebrew instead. --- Brewfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Brewfile b/Brewfile index ff69f3e..0394f3f 100644 --- a/Brewfile +++ b/Brewfile @@ -1,5 +1,6 @@ # frozen_string_literal: true +brew 'autoconf' brew 'coreutils' brew 'curl' brew 'expat'