mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 14:03:03 +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
|
# Stop at the first error
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION=5.0
|
VERSION=6.0
|
||||||
|
|
||||||
if test ! -f /usr/bin/llvm-config-$VERSION; then
|
if test ! -f /usr/bin/llvm-config-$VERSION; then
|
||||||
echo "Install llvm-$VERSION & llvm-$VERSION-dev"
|
echo "Install llvm-$VERSION & llvm-$VERSION-dev"
|
||||||
|
Loading…
Reference in New Issue
Block a user