Add missing pkg-config in Brewfile

This commit is contained in:
Mary 2021-03-01 23:18:17 +01:00
parent 293fc17aa6
commit 1e17aa7431
1 changed files with 1 additions and 0 deletions

1
dist/Brewfile vendored
View File

@ -7,6 +7,7 @@ brew "cmake"
brew "python3"
brew "freetype2"
brew "libmagic"
brew "pkg-config"
# TODO: Remove this when XCode version of clang will support the same level as LLVM 10
brew "llvm"