1
0
mirror of synced 2024-11-12 02:00:52 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"