diff --git a/build_library/check_deps b/build_library/check_deps index 54e25b2483..9907b9093e 100755 --- a/build_library/check_deps +++ b/build_library/check_deps @@ -10,7 +10,7 @@ import sys import glob _SHARED_RE = re.compile(r"Shared library: \[([^\]]+)\]") -_RPATH_RE = re.compile(r"Library rpath: \[([^\]]+)\]") +_RPATH_RE = re.compile(r"Library r(?:un)?path: \[([^\]]+)\]") class CheckDependencies(object):