File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
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@14
21
+ brew install llvm@15
22
22
elif [[ " $OSTYPE " == " msys" * ]]; then # Windows
23
23
echo " Dependencies are not going to be installed automatically on Windows."
24
24
else
@@ -68,6 +68,7 @@ cd js/src
68
68
mkdir -p _build
69
69
cd _build
70
70
mkdir -p ../../../../_spidermonkey_install/
71
+ $( if [[ " $OSTYPE " == " darwin" * ]]; then echo " LD=$( brew --prefix llvm@15) /bin/lld HOST_LD=$( brew --prefix llvm@15) /bin/lld" ; fi) \
71
72
../configure --target=$( clang --print-target-triple) \
72
73
--prefix=$( realpath $PWD /../../../../_spidermonkey_install) \
73
74
--with-intl-api \
You can’t perform that action at this time.
0 commit comments