X-Git-Url: https://git.saurik.com/apple/configd.git/blobdiff_plain/1ef45fa40afc16a8d224b7438ecefbd7c8b4fbfe..f715d9467d5e87b8d8c63f8bb206034f6823ebcd:/update-sanitizer-dylib-references diff --git a/update-sanitizer-dylib-references b/update-sanitizer-dylib-references index da32ed4..fbc331d 100755 --- a/update-sanitizer-dylib-references +++ b/update-sanitizer-dylib-references @@ -36,6 +36,9 @@ xsan_setup() { TSAN_DYLIB="clang_rt.tsan_watchossim_dynamic.dylib" ;; * ) + echo "" + echo "*** Unexpected PLATFORM_NAME \"${PLATFORM_NAME}\", using \"$(RC_PROJECT_COMPILATION_PLATFORM)\"" + echo "" ASAN_DYLIB="clang_rt.asan_$(RC_PROJECT_COMPILATION_PLATFORM)_dynamic.dylib" TSAN_DYLIB="clang_rt.tsan_$(RC_PROJECT_COMPILATION_PLATFORM)_dynamic.dylib" ;;