Skip to content

Commit

Permalink
update clang install on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 23, 2024
1 parent e7dcd20 commit cf3bbab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ else
sudo apt-get install -y \
"gcc-${GCC_VERSION}" \
"clang-${CLANG_VERSION}" \
"lldb-${CLANG_VERSION}" \
"lld-${CLANG_VERSION}"
#"clang++-${CLANG_VERSION}" \
#"libc++-${CLANG_VERSION}-dev" \
#"libc++abi-${CLANG_VERSION}-dev"
Expand Down

0 comments on commit cf3bbab

Please sign in to comment.