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
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 lld
21
22
elif [[ " $OSTYPE " == " msys" * ]]; then # Windows
22
23
echo " Dependencies are not going to be installed automatically on Windows."
23
24
else
@@ -74,7 +75,6 @@ mkdir -p ../../../../_spidermonkey_install/
74
75
--disable-debug-symbols \
75
76
--disable-jemalloc \
76
77
--disable-tests \
77
- $( if [[ " $OSTYPE " == " darwin" * ]]; then echo " --enable-linker=ld64" ; fi) \
78
78
--enable-optimize
79
79
make -j$CPUS
80
80
echo " Done building spidermonkey"
You can’t perform that action at this time.
0 commit comments