mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build_clang.sh: Update Clang version to 9.0.0
This commit is contained in:
parent
edcbb2a654
commit
728db2cb6e
@ -21,7 +21,7 @@ source $BASE_DIR/tools/trap_exit.sh
|
||||
MIRROR="https://releases.llvm.org"
|
||||
|
||||
if [ -z "$CLANG_VERSION" ]; then
|
||||
CLANG_VERSION=8.0.0
|
||||
CLANG_VERSION=9.0.0
|
||||
fi
|
||||
|
||||
if [ -z "$INSTALLPREFIX" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user