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
1818elif [[ " $OSTYPE " == " darwin" * ]]; then # macOS
1919 brew update || true # allow failure
2020 brew install cmake pkg-config wget unzip coreutils # `coreutils` installs the `realpath` command
21- brew install llvm@14
21+ brew install llvm@15
2222elif [[ " $OSTYPE " == " msys" * ]]; then # Windows
2323 echo " Dependencies are not going to be installed automatically on Windows."
2424else
@@ -68,6 +68,7 @@ cd js/src
6868mkdir -p _build
6969cd _build
7070mkdir -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) \
7172../configure --target=$( clang --print-target-triple) \
7273 --prefix=$( realpath $PWD /../../../../_spidermonkey_install) \
7374 --with-intl-api \
You can’t perform that action at this time.
0 commit comments