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.7.1
This commit is contained in:
parent
c56acb776a
commit
8aa9b71a39
@ -52,7 +52,7 @@ source $BASE_DIR/tools/trap_exit.sh
|
||||
MIRROR="http://llvm.org"
|
||||
|
||||
if [ -z "$CLANG_VERSION" ]; then
|
||||
CLANG_VERSION=3.7.0
|
||||
CLANG_VERSION=3.7.1
|
||||
fi
|
||||
|
||||
if [ -z "$INSTALLPREFIX" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user