build_clang.sh: change default clang version to 3.6.1

This commit is contained in:
Thomas Pöchtrager 2015-05-30 19:53:27 +02:00
parent 2eb0032f7e
commit 25051c6ab6

View File

@ -53,7 +53,7 @@ MIRROR="http://llvm.org"
if [ -z "$CLANG_VERSION" ]; then
CLANG_VERSION=3.6
CLANG_VERSION_PATCH=.0
CLANG_VERSION_PATCH=.1
fi
if [[ $MIRROR == *ubuntu* ]] && [ $CLANG_VERSION_PATCH == .0 ]; then