]> git.saurik.com Git - apple/configd.git/blobdiff - update-sanitizer-dylib-references
configd-963.260.1.tar.gz
[apple/configd.git] / update-sanitizer-dylib-references
index da32ed4cb44853d89431b35f4b9d5bd0baf89130..fbc331d4805ac004e4357ee20dd122e0efdce642 100755 (executable)
@@ -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"
            ;;