mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 12:59:10 +00:00
adjust the script for 6.0
This commit is contained in:
parent
816433537e
commit
a9bfce2ded
2
debian/qualify-clang.sh
vendored
2
debian/qualify-clang.sh
vendored
@ -2,7 +2,7 @@
|
||||
# Stop at the first error
|
||||
set -e
|
||||
|
||||
VERSION=5.0
|
||||
VERSION=6.0
|
||||
|
||||
if test ! -f /usr/bin/llvm-config-$VERSION; then
|
||||
echo "Install llvm-$VERSION & llvm-$VERSION-dev"
|
||||
|
Loading…
Reference in New Issue
Block a user