We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ecce9 commit b18d350Copy full SHA for b18d350
setup.sh
@@ -18,7 +18,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux
18
elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
19
brew update || true # allow failure
20
brew install cmake pkg-config wget unzip coreutils # `coreutils` installs the `realpath` command
21
- brew install lld
+ brew install llvm@14
22
elif [[ "$OSTYPE" == "msys"* ]]; then # Windows
23
echo "Dependencies are not going to be installed automatically on Windows."
24
else
0 commit comments