mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Fix brackets
This commit is contained in:
@@ -420,7 +420,7 @@ namespace linuxdeploy {
|
||||
rpathDestination = destination.parent_path().string();
|
||||
}
|
||||
|
||||
auto relPath = bf::relative(bf::absolute(appDirPath) / "usr" / getLibraryDirName(path)), bf::absolute(rpathDestination));
|
||||
auto relPath = bf::relative(bf::absolute(appDirPath) / "usr" / getLibraryDirName(path), bf::absolute(rpathDestination));
|
||||
rpath = "$ORIGIN/" + relPath.string();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user