diff --git a/ci/script.sh b/ci/script.sh index c271456..7558478 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -20,7 +20,7 @@ inspect() { linux) local symbols=( memcmp memcpy memmove memset ) for symbol in "${symbols[@]}"; do - $PREFIX$NM target/**/debug/*.rlib | grep -q "W $symbol" + $PREFIX$NM target/**/debug/deps/librlibc*.rlib | grep -q "W $symbol" done ;; esac