mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build_clang.sh: change default clang version to 3.6.1
This commit is contained in:
parent
2eb0032f7e
commit
25051c6ab6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user