From 8653e05b2d8db6215a5e809be09d38ab675d83f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Wed, 30 Mar 2022 11:56:13 +0200 Subject: linguist: fix rpath on macos Pick-to: 6.2 Change-Id: If83404731096e17889523ded362be31e5398a441 Reviewed-by: Alexandru Croitor --- build_scripts/platforms/macos.py | 1 + 1 file changed, 1 insertion(+) 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) # /lib/* -> /{st_package_name}/Qt/lib if self.qt_is_framework_build(): -- cgit v1.2.3