diff options
| author | Alexandru Croitor <alexandru.croitor@qt.io> | 2018-07-25 16:15:28 +0200 |
|---|---|---|
| committer | Alexandru Croitor <alexandru.croitor@qt.io> | 2018-07-25 16:15:28 +0200 |
| commit | f645e5c8fe02bc6eb177061cfec4fa5bddab05d3 (patch) | |
| tree | 6b7d403fd6e28ff53748587de7ccc026221e6eec /build_scripts/platforms/linux.py | |
| parent | be202bd1baf600c7b422c96cc6b47a327e7a9d23 (diff) | |
| parent | 0479cbd6abc8fffb9ba8b5f94de067e1670ffffa (diff) | |
Merge branch '5.11' into dev
Change-Id: I7e3add2bdd36c0fe9fe99122d35a4409fed80773
Diffstat (limited to 'build_scripts/platforms/linux.py')
| -rw-r--r-- | build_scripts/platforms/linux.py | 2 |
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}", |
