Skip to content

Commit

Permalink
Explicitly install libc++-dev for clang
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Feb 10, 2024
1 parent 7097ca7 commit 53f8ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/install-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fetch_clang () {

}

apt install -y clang-${VERSION} ${FUZZER}|| fetch_clang clang-${VERSION}
apt install -y clang-${VERSION} libc++-${VERSION}-dev ${FUZZER}|| fetch_clang clang-${VERSION}
for f in /usr/bin/llvm*-${VERSION}
do
ln -s $f `echo $f | sed "s/-${VERSION}//"`
Expand Down

0 comments on commit 53f8ee1

Please sign in to comment.