aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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():