diff --git a/build_compiler_rt.sh b/build_compiler_rt.sh index 6f07f1e..ddff199 100755 --- a/build_compiler_rt.sh +++ b/build_compiler_rt.sh @@ -73,6 +73,8 @@ if echo "#include " | 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 \