Skip to content

Commit c6ecce9

Browse files
committed
test
1 parent 67d6a9e commit c6ecce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux
1818
elif [[ "$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
2122
elif [[ "$OSTYPE" == "msys"* ]]; then # Windows
2223
echo "Dependencies are not going to be installed automatically on Windows."
2324
else
@@ -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
7979
make -j$CPUS
8080
echo "Done building spidermonkey"

0 commit comments

Comments
 (0)