build: Use mbedtls2 on MacOS as well
This commit is contained in:
parent
c84c106b17
commit
08ca626b2f
4
dist/Brewfile
vendored
4
dist/Brewfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user