From b7d346efb2ab2420542c183d19b34b46a3d64be1 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 27 Feb 2018 09:09:30 +0100 Subject: [PATCH] adjust the script for 7 --- debian/qualify-clang.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/qualify-clang.sh b/debian/qualify-clang.sh index b86efebb..b76cef04 100644 --- a/debian/qualify-clang.sh +++ b/debian/qualify-clang.sh @@ -2,7 +2,7 @@ # Stop at the first error set -e -VERSION=6.0 +VERSION=7 if test ! -f /usr/bin/llvm-config-$VERSION; then echo "Install llvm-$VERSION & llvm-$VERSION-dev"