mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-04-12 21:25:04 -05:00
Fix deployExecutable, mk. 2
This commit is contained in:
@@ -303,7 +303,7 @@ namespace linuxdeploy {
|
||||
|
||||
setElfRPathOperations[destinationPath / path.filename()] = rpath;
|
||||
|
||||
if (!deployElfDependencies(destinationPath / path.filename()))
|
||||
if (!deployElfDependencies(path))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user