adjust the script for 7

This commit is contained in:
Sylvestre Ledru 2018-02-27 09:09:30 +01:00
parent 1bd9b4aa72
commit b7d346efb2

View File

@ -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"