aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/platforms/unix.py
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-05-31 14:12:48 +0200
committerShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2024-06-14 10:54:36 +0200
commit7093016a138b79c335272d40ee7487bf19282541 (patch)
tree6d25656f654c5c0ec700f668e0c1315492757569 /build_scripts/platforms/unix.py
parent2d31f7becfa91d34d7199eba0ac0af6e5485af71 (diff)
Android Deployment: Enable pyside6-android-deploy in macOS
- enable the tool for macOS - add dependency .xml to the Android wheels Pick-to: 6.7 Task-number: PYSIDE-2766 Change-Id: I77495466b8a9cc3565c640beac202d533ee1d2a6 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/platforms/unix.py')
-rw-r--r--build_scripts/platforms/unix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py
index 8378d42be..642b2c874 100644
--- a/build_scripts/platforms/unix.py
+++ b/build_scripts/platforms/unix.py
@@ -124,7 +124,7 @@ def prepare_packages_posix(pyside_build, _vars, cross_build=False):
script_dirs = ["qtpy2cpp_lib", "deploy_lib", "project"]
- if sys.platform.startswith("linux"):
+ if sys.platform in ["linux", "darwin"]:
scripts.append("android_deploy.py")
scripts.append("requirements-android.txt")
script_dirs.extend(["deploy_lib/android",