File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux
18
18
elif [[ " $OSTYPE " == " darwin" * ]]; then # macOS
19
19
brew update || true # allow failure
20
20
brew install cmake pkg-config wget unzip coreutils # `coreutils` installs the `realpath` command
21
- brew install llvm@15
21
+ brew install lld
22
22
elif [[ " $OSTYPE " == " msys" * ]]; then # Windows
23
23
echo " Dependencies are not going to be installed automatically on Windows."
24
24
else
@@ -69,7 +69,7 @@ cd _build
69
69
mkdir -p ../../../../_spidermonkey_install/
70
70
../configure --target=$( clang --print-target-triple) \
71
71
--prefix=$( realpath $PWD /../../../../_spidermonkey_install) \
72
- $( if [[ " $OSTYPE " == " darwin" * ]]; then echo " --with-toolchain-prefix=$( brew --prefix llvm@15 ) /bin/" ; fi) \
72
+ $( if [[ " $OSTYPE " == " darwin" * ]]; then echo " --with-toolchain-prefix=$( brew --prefix llvm) /bin/" ; fi) \
73
73
--with-intl-api \
74
74
$( if [[ " $OSTYPE " != " msys" * ]]; then echo " --without-system-zlib" ; fi) \
75
75
--disable-debug-symbols \
You can’t perform that action at this time.
0 commit comments