From af53af488680a563fc825b2741fc95b559e0da46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20P=C3=B6chtrager?= Date: Fri, 10 Apr 2020 19:43:00 +0200 Subject: [PATCH] build_compiler_rt.sh: Silence 10.5 deprecation warning --- build_compiler_rt.sh | 2 ++ 1 file changed, 2 insertions(+) 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 \