Преглед изворни кода

adjust test: weak symbols are now in librlibc.rlib

Jorge Aparicio пре 8 година
родитељ
комит
94ab3e09c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ci/script.sh

+ 1 - 1
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