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.
This commit is contained in:
2021-01-02 14:00:49 +00:00
parent 5a61a72a73
commit a47d3e0c6a

View File

@@ -1,5 +1,6 @@
# frozen_string_literal: true
brew 'autoconf'
brew 'coreutils'
brew 'curl'
brew 'expat'