We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9211e36 commit 8d857e5Copy full SHA for 8d857e5
scripts/linux/verify-glibc-requirements.sh
@@ -24,7 +24,7 @@ for file in $files; do
24
glibcxx_version=$version
25
fi
26
27
- done < <("$SYSROOT_PATH/../bin/objdump" -T "$file")
+ done < <(objdump -T "$file")
28
29
if [[ "$glibc_version" != "$EXPECTED_GLIBC_VERSION" ]]; then
30
echo "Error: File $file has dependency on GLIBC > $EXPECTED_GLIBC_VERSION, found $glibc_version"
0 commit comments