Browse Source

LogNormal() for removing rpaths, it's not something that needs to be warned about

master
probonopd 6 years ago
committed by GitHub
parent
commit
37631e5640
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/linuxdeployqt/shared.cpp

2
tools/linuxdeployqt/shared.cpp

@ -855,7 +855,7 @@ void changeIdentification(const QString &id, const QString &binaryPath)
// remove any non-relative path that would point outside the package
if (!path.startsWith("$ORIGIN"))
{
LogWarning() << "Removing absolute rpath of " << path << " in " << binaryPath;
LogNormal() << "Removing absolute rpath of " << path << " in " << binaryPath;
rpath.removeAll(path);
}
}

Loading…
Cancel
Save