mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-11-02 20:06:37 +00:00
adjust the path as it moves to a different directory
This commit is contained in:
parent
9cd0ef6820
commit
05765c1ccc
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -904,7 +904,7 @@ if test ! -f /usr/lib/llvm-$VERSION/include/c++/v1/vector; then
|
||||
exit -1;
|
||||
fi
|
||||
|
||||
if test ! -f /usr/lib/llvm-$VERSION/lib/libc++abi.so; then
|
||||
if test ! -f /usr/lib/llvm-$VERSION/lib/*/libc++abi.so; then
|
||||
echo "Install libc++abi-$VERSION-dev";
|
||||
exit -1;
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user