build: Use mbedtls2 on MacOS as well

This commit is contained in:
WerWolv
2021-08-22 21:39:55 +02:00
committed by GitHub
parent c84c106b17
commit 08ca626b2f

4
dist/Brewfile vendored
View File

@@ -1,5 +1,5 @@
brew "glfw3"
brew "mbedtls"
brew "mbedtls@2"
brew "capstone"
brew "nlohmann-json"
brew "glm"
@@ -10,4 +10,4 @@ brew "libmagic"
brew "pkg-config"
# TODO: Remove this when XCode version of clang will support the same level as LLVM 10
brew "llvm"
brew "llvm"