mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 12:35:11 +00:00
adjust the script for 7
This commit is contained in:
parent
1bd9b4aa72
commit
b7d346efb2
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=6.0
|
VERSION=7
|
||||||
|
|
||||||
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