Skip to content

Commit 7f3129a

Browse files
committed
chore: SpiderMonkey 115 requires to use clang as the compiler
1 parent 9c66097 commit 7f3129a

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
@@ -9,7 +9,7 @@ CPUS=$(getconf _NPROCESSORS_ONLN 2>/dev/null || getconf NPROCESSORS_ONLN 2>/dev/
99
echo "Installing dependencies"
1010
if [[ "$OSTYPE" == "linux-gnu"* ]]; then # Linux
1111
sudo apt-get update --yes
12-
sudo apt-get install --yes cmake doxygen graphviz llvm g++ pkg-config m4 \
12+
sudo apt-get install --yes cmake doxygen graphviz llvm clang pkg-config m4 \
1313
wget curl python3-distutils python3-dev
1414
elif [[ "$OSTYPE" == "darwin"* ]]; then # macOS
1515
brew update || true # allow failure

0 commit comments

Comments
 (0)