aboutsummaryrefslogtreecommitdiffstats
path: root/etc/taskcluster/macos/Brewfile-build
blob: c78fe2cea3ce9738bfb20fbf4feab7cf9f7f215e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Build dependencies (that are not also runtime dependencies)

brew "autoconf@2.13"
brew "automake"
brew "cmake"
brew "pkg-config"
brew "llvm"
brew "yasm"
brew "zlib"

# For sccache
brew "openssl@1.1"