Skip to content

Commit

Permalink
update clang installation on debian/ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Apr 23, 2024
1 parent b459617 commit 2b3a966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ else
"gcc-${GCC_VERSION}" \
#"clang-${CLANG_VERSION}" \
#"lldb-${CLANG_VERSION}" \
#"lld-${CLANG_VERSION}"
#"lld-${CLANG_VERSION}" \
"libc++-${CLANG_VERSION}-dev" \
"libc++abi-${CLANG_VERSION}-dev"
fi

# Get/set CMake version.
Expand Down

0 comments on commit 2b3a966

Please sign in to comment.