aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/macos.py
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 11:56:13 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-03-30 12:42:42 +0200
commit8653e05b2d8db6215a5e809be09d38ab675d83f8 (patch)
tree62a5695af0c7f59977b9e3efd7164d696a92f34c /build_scripts/platforms/macos.py
parent34bb300e434ec925eabae958f20e9ada6ad20f4f (diff)
linguist: fix rpath on macos
Pick-to: 6.2 Change-Id: If83404731096e17889523ded362be31e5398a441 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'build_scripts/platforms/macos.py')
-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 02c029bde..25903ff1c 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():