mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-08 02:55:56 +01:00
build_clang: Bump Clang version to 10.0.1
This commit is contained in:
parent
02008c9d79
commit
a791ad4fca
@ -19,7 +19,7 @@ mkdir -p $BUILD_DIR
|
||||
source $BASE_DIR/tools/trap_exit.sh
|
||||
|
||||
if [ -z "$CLANG_VERSION" ]; then
|
||||
CLANG_VERSION=9.0.0
|
||||
CLANG_VERSION=10.0.1
|
||||
fi
|
||||
|
||||
if [ -z "$INSTALLPREFIX" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user