File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +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 lld
2122elif [[ " $OSTYPE " == " msys" * ]]; then # Windows
2223 echo " Dependencies are not going to be installed automatically on Windows."
2324else
@@ -74,7 +75,6 @@ mkdir -p ../../../../_spidermonkey_install/
7475 --disable-debug-symbols \
7576 --disable-jemalloc \
7677 --disable-tests \
77- $( if [[ " $OSTYPE " == " darwin" * ]]; then echo " --enable-linker=ld64" ; fi) \
7878 --enable-optimize
7979make -j$CPUS
8080echo " Done building spidermonkey"
You can’t perform that action at this time.
0 commit comments