Skip to content

Commit

Permalink
fixed missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WouterJansen committed Aug 2, 2024
1 parent a7dac0f commit b22e106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ else #linux
# wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
# sudo apt-get update
# fi
sudo apt-get install -y clang-12 clang++-12 libc++-12-dev libc++abi-12-dev
sudo apt-get install -y clang-12 clang++-12 libc++-12-dev libc++abi-12-dev libstdc++-12-dev
fi

if ! which cmake; then
Expand Down

0 comments on commit b22e106

Please sign in to comment.