We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404af80 commit e6b42aaCopy full SHA for e6b42aa
src/shared.cpp
@@ -314,10 +314,10 @@ LibraryInfo Deploy::parseLddLibraryLine(const QString &line,
314
Q_UNUSED(rpaths);
315
316
if (fhsLikeMode) {
317
- this->m_bundleLibraryDirectory= "lib"; // relative to bundle
318
- } else {
319
- QString relativePrefix = fhsPrefix.replace(appDirPath+"/", "");
+ QString relativePrefix = fhsPrefix.replace(appDirPath + "/", "");
320
this->m_bundleLibraryDirectory = relativePrefix + "/lib/";
+ } else {
+ this->m_bundleLibraryDirectory = "lib"; // relative to bundle
321
}
322
323
LogDebug() << "bundleLibraryDirectory:" << this->m_bundleLibraryDirectory;
0 commit comments