mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
build_compiler_rt.sh: Silence 10.5 deprecation warning
This commit is contained in:
parent
42afa17368
commit
af53af4886
@ -73,6 +73,8 @@ if echo "#include <os/lock.h>" | xcrun clang -E - &>/dev/null; then
|
|||||||
HAVE_OS_LOCK=1
|
HAVE_OS_LOCK=1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export OSXCROSS_NO_10_5_DEPRECATION_WARNING=1
|
||||||
|
|
||||||
pushd $BUILD_DIR &>/dev/null
|
pushd $BUILD_DIR &>/dev/null
|
||||||
|
|
||||||
FULL_CLONE=1 \
|
FULL_CLONE=1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user