mirror of
https://github.com/Relintai/osxcross.git
synced 2025-04-15 21:36:05 +02: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
|
source $BASE_DIR/tools/trap_exit.sh
|
||||||
|
|
||||||
if [ -z "$CLANG_VERSION" ]; then
|
if [ -z "$CLANG_VERSION" ]; then
|
||||||
CLANG_VERSION=9.0.0
|
CLANG_VERSION=10.0.1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -z "$INSTALLPREFIX" ]; then
|
if [ -z "$INSTALLPREFIX" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user