mirror of https://github.com/WerWolv/ImHex.git
Add missing pkg-config in Brewfile
This commit is contained in:
parent
293fc17aa6
commit
1e17aa7431
|
@ -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"
|
Loading…
Reference in New Issue