Bootstrap pkg-config and cmake on MacOS (#30497)

These need to be installed in order to build so we can install them via
Homebrew. Do this by simply restoring the Homebrew bootstrapping logic
we had in place previously.

Fixes #27171.
This commit is contained in:
Martin Robinson 2023-10-05 03:12:29 +02:00 committed by GitHub
parent 67a36dd9b1
commit aadf48bd4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 19 additions and 2 deletions

2
support/macos/Brewfile Normal file
View file

@ -0,0 +1,2 @@
brew "cmake"
brew "pkg-config"