* debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink.

This commit is contained in:
Matthias Klose 2024-09-03 14:47:11 +02:00
parent 6f51761ef0
commit d37c16d32b
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -5,6 +5,7 @@ llvm-toolchain-19 (1:19.1.0~++rc3-3) UNRELEASED; urgency=medium
* Build without z3 on sh4 (ftbfs).
* Also configure with -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;Xtensa".
* debian/tests/*: s/18/19/.
* debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink.
-- Matthias Klose <doko@debian.org> Sat, 31 Aug 2024 20:22:25 +0200

View File

@ -486,7 +486,7 @@ check_symlink() {
fi
}
check_symlink "libclang-cpp.so.$VERSION"
# check_symlink "libclang-cpp.so.$VERSION" why is that one needed?
check_symlink "libclang-$VERSION.so"
check_symlink "libclang.so"