aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 11:56:13 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-30 14:46:24 +0000
commit127826d291b9942b228eaa9544199c5e382c19fc (patch)
tree9a177e1a1d2e14dad1dd61f94f2020dc576f0eb0
parent1a9476d67d2253d1d43a479803fa297bf470f253 (diff)
linguist: fix rpath on macos
Change-Id: If83404731096e17889523ded362be31e5398a441 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 8653e05b2d8db6215a5e809be09d38ab675d83f8) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--build_scripts/platforms/macos.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_scripts/platforms/macos.py b/build_scripts/platforms/macos.py
index 43a5f58d2..1886ed9d0 100644
--- a/build_scripts/platforms/macos.py
+++ b/build_scripts/platforms/macos.py
@@ -91,6 +91,7 @@ def prepare_standalone_package_macos(self, vars):
if config.is_internal_pyside_build():
_macos_patch_executable('assistant', vars)
_macos_patch_executable('designer', vars)
+ _macos_patch_executable('linguist', vars)
# <qt>/lib/* -> <setup>/{st_package_name}/Qt/lib
if self.qt_is_framework_build():