build: Properly link mbedtls in brewfile

This commit is contained in:
WerWolv
2025-11-30 23:01:49 +01:00
parent 862462c5bb
commit f47a248768

2
dist/macOS/Brewfile vendored
View File

@@ -1,4 +1,4 @@
brew "mbedtls@3" brew "mbedtls@3", link: true
brew "nlohmann-json" brew "nlohmann-json"
brew "cmake" brew "cmake"
brew "ccache" brew "ccache"