deploy_tool

This commit is contained in:
2021-04-18 19:33:14 +03:00
parent 722705b2e1
commit e783865d3b

View File

@@ -654,7 +654,9 @@ int main(int argc, char * argv[]) {
});
if (!rpath.isEmpty()) {
input_files.forEach([&](const PIString & f){
PIStringList patch_list = input_files;
patch_list << plugin_libs;
patch_list.forEach([&](const PIString & f){
patchRPath(f);
});
}