mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Fix compatibility with newer versions of ldd
This commit is contained in:
@@ -153,7 +153,7 @@ namespace linuxdeploy {
|
||||
util::trim(libraryPath);
|
||||
paths.push_back(bf::absolute(libraryPath));
|
||||
} else {
|
||||
if (util::stringContains(line, "not found")) {
|
||||
if (util::stringContains(line, "=> not found")) {
|
||||
auto missingLib = line;
|
||||
static const std::string pattern = "=> not found";
|
||||
missingLib.erase(missingLib.find(pattern), pattern.size());
|
||||
|
||||
Reference in New Issue
Block a user