From e783865d3bef3a6b5675f6494013a289e703c9e6 Mon Sep 17 00:00:00 2001 From: peri4 Date: Sun, 18 Apr 2021 19:33:14 +0300 Subject: [PATCH] deploy_tool --- utils/deploy_tool/main.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/utils/deploy_tool/main.cpp b/utils/deploy_tool/main.cpp index 4e5d5f73..e5275707 100644 --- a/utils/deploy_tool/main.cpp +++ b/utils/deploy_tool/main.cpp @@ -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); }); }