mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-12-31 17:54:59 +00:00
add one more check
This commit is contained in:
parent
e563ce161d
commit
5e7c1dfabd
4
debian/qualify-clang.sh
vendored
4
debian/qualify-clang.sh
vendored
@ -22,6 +22,10 @@ if test ! -f /usr/bin/llvm-config-$VERSION; then
|
||||
echo "Install llvm-$VERSION & llvm-$VERSION-dev"
|
||||
exit 1
|
||||
fi
|
||||
if test ! -f /usr/lib/llvm-$VERSION/lib/libLLVM-$VERSION.so; then
|
||||
echo "Install llvm-$VERSION-dev"
|
||||
exit 1
|
||||
fi
|
||||
llvm-config-$VERSION --link-shared --libs &> /dev/null
|
||||
|
||||
echo '#include <stdlib.h>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user