1
0
mirror of synced 2024-11-13 18:50:53 +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 "glfw3"
brew "mbedtls" brew "mbedtls@2"
brew "capstone" brew "capstone"
brew "nlohmann-json" brew "nlohmann-json"
brew "glm" brew "glm"
@ -10,4 +10,4 @@ brew "libmagic"
brew "pkg-config" brew "pkg-config"
# TODO: Remove this when XCode version of clang will support the same level as LLVM 10 # TODO: Remove this when XCode version of clang will support the same level as LLVM 10
brew "llvm" brew "llvm"