From ac41e4ffc97e70cff9326fb3d4ecf89d9fba20c2 Mon Sep 17 00:00:00 2001 From: Tom Tang Date: Mon, 2 Dec 2024 04:59:29 +0000 Subject: [PATCH] test2 --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 2786c12f..9fa812e5 100755 --- a/setup.sh +++ b/setup.sh @@ -19,6 +19,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS brew update || true # allow failure brew install cmake pkg-config wget unzip coreutils # `coreutils` installs the `realpath` command brew install llvm@15 + brew install lld elif [[ "$OSTYPE" == "msys"* ]]; then # Windows echo "Dependencies are not going to be installed automatically on Windows." else