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 612b800 commit ac41e4fCopy full SHA for ac41e4f
setup.sh
@@ -19,6 +19,7 @@ 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 llvm@15
22
+ brew install lld
23
elif [[ "$OSTYPE" == "msys"* ]]; then # Windows
24
echo "Dependencies are not going to be installed automatically on Windows."
25
else
0 commit comments