build_compiler_rt.sh: Silence 10.5 deprecation warning

This commit is contained in:
Thomas Pöchtrager 2020-04-10 19:43:00 +02:00
parent 42afa17368
commit af53af4886

View File

@ -73,6 +73,8 @@ if echo "#include <os/lock.h>" | xcrun clang -E - &>/dev/null; then
HAVE_OS_LOCK=1
fi
export OSXCROSS_NO_10_5_DEPRECATION_WARNING=1
pushd $BUILD_DIR &>/dev/null
FULL_CLONE=1 \