Brewfile: add missing 'pkg-config' dependency

VCPKG will not install deps if missing
This commit is contained in:
Louis Gombert
2025-03-16 22:23:16 +01:00
parent 064d8814de
commit e6cd084bc0

View File

@@ -2,3 +2,4 @@
brew "cmake" brew "cmake"
brew "ninja" brew "ninja"
brew "pkg-config"