Skip to content

Commit ac41e4f

Browse files
committed
test2
1 parent 612b800 commit ac41e4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
1919
brew update || true # allow failure
2020
brew install cmake pkg-config wget unzip coreutils # `coreutils` installs the `realpath` command
2121
brew install llvm@15
22+
brew install lld
2223
elif [[ "$OSTYPE" == "msys"* ]]; then # Windows
2324
echo "Dependencies are not going to be installed automatically on Windows."
2425
else

0 commit comments

Comments
 (0)