diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -915,7 +915,7 @@ Estimated: 30-90 minutes :( Install LLVM 12 and homebrew dependencies: ```bash -brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1 +brew install llvm@12 coreutils libtool cmake libiconv automake openssl@1.1 ninja ``` Bun (& the version of Zig) need LLVM 12 and Clang 12 (clang is part of LLVM). Weird build & runtime errors will happen otherwise. |