aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/main.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-07-13 14:21:07 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-07-13 20:11:40 +0200
commit7db4ffff0e4a794207c8a6c29e5e9c6bf9757681 (patch)
treea7314a293a7654ffac755909388eb44de0c3f375 /build_scripts/main.py
parent4ed257c5e476ab82b1e66c15574a4ebb016d179e (diff)
Cleanup build scripts
- remove unused variable for update_rpaths() Pick-to: 6.5 Change-Id: I0bee785c6d90bf889a9afce511df3f7c201142e2 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'build_scripts/main.py')
-rw-r--r--build_scripts/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/main.py b/build_scripts/main.py
index 774353203..b22298ca2 100644
--- a/build_scripts/main.py
+++ b/build_scripts/main.py
@@ -1088,7 +1088,7 @@ class PysideBuild(_build, CommandMixin, BuildInfoCollectorMixin):
recursively)"""
return self._find_shared_libraries(initial_path, recursive=True)
- def update_rpath(self, package_path, executables, libexec=False, message=None):
+ def update_rpath(self, executables, libexec=False, message=None):
ROOT = '@loader_path' if sys.platform == 'darwin' else '$ORIGIN'
QT_PATH = '/../lib' if libexec else '/Qt/lib'