adjust the script for 6.0

This commit is contained in:
Sylvestre Ledru 2018-02-27 09:08:54 +01:00
parent 816433537e
commit a9bfce2ded

View File

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