aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-07-13 15:46:35 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-07-24 10:16:51 +0000
commit0479cbd6abc8fffb9ba8b5f94de067e1670ffffa (patch)
tree1fdaf8ed47dd091e32928cbb4d4de1832e43dbd2 /build_scripts/platforms
parente24392c76e5cfdd2d6d51bd853b106db2bc4cb80 (diff)
Build script/Linux: Use installed patchelf if present
Add path search helper and use installed patchelf instead of building the contained source. Task-number: PYSIDE-740 Change-Id: I8043aa58ff9ebc4884eee9f15745865f10bb30fe Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'build_scripts/platforms')
-rw-r--r--build_scripts/platforms/linux.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/linux.py b/build_scripts/platforms/linux.py
index bdeb2b66e..4c38fef6c 100644
--- a/build_scripts/platforms/linux.py
+++ b/build_scripts/platforms/linux.py
@@ -66,7 +66,7 @@ def prepare_standalone_package_linux(self, executables, vars):
# dir if necessary. We choose the QtCore lib to inspect, by
# checking which QtCore library the shiboken2 executable uses.
if not maybe_icu_libs:
- copy_icu_libs(resolved_destination_lib_dir)
+ copy_icu_libs(self._patchelf_path, resolved_destination_lib_dir)
if self.is_webengine_built(built_modules):
copydir("{qt_lib_execs_dir}",