Fix rpath, set to $ORIGIN/lib/ in non-FHS mode
This commit is contained in:
+1
-1
@@ -807,7 +807,7 @@ DeploymentInfo deployQtLibraries(const QString &appDirPath, const QStringList &a
|
||||
}
|
||||
|
||||
if(fhsLikeMode == false){
|
||||
changeIdentification("$ORIGIN/" + bundleLibraryDirectory, applicationBundle.binaryPath);
|
||||
changeIdentification("$ORIGIN/lib/" + bundleLibraryDirectory, applicationBundle.binaryPath);
|
||||
} else {
|
||||
changeIdentification("$ORIGIN/../lib/" + bundleLibraryDirectory, applicationBundle.binaryPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user