aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Tismer <tismer@stackless.com>2020-04-06 12:40:26 +0200
committerChristian Tismer <tismer@stackless.com>2020-04-06 13:15:08 +0200
commit7e0d430cda22f454bc1cd81ced1f691f3efbb212 (patch)
tree9f600b14001c997b7afa08e00b13f4d106333a47
parentad9ce332b75e54731b653e9b969330438cad0d0c (diff)
Relax the build_scripts for macOS and designer
The build_scripts are able to build Designer, optionally. For macOS, the optional status was forgotten. Instead of always patching the build_scripts, I finally fixed that buglet ;-) Change-Id: Iaa62e27253ec7035f0eebde17f0f2b8c4593be67 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--build_scripts/platforms/unix.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_scripts/platforms/unix.py b/build_scripts/platforms/unix.py
index abca942b9..fcbd010e2 100644
--- a/build_scripts/platforms/unix.py
+++ b/build_scripts/platforms/unix.py
@@ -144,8 +144,8 @@ def prepare_packages_posix(self, vars):
executables.extend(copydir(
"{install_dir}/bin/Designer.app",
"{st_build_dir}/{st_package_name}/Designer.app",
- filter=None,
- recursive=True, vars=vars))
+ filter=None, recursive=True,
+ force=False, vars=vars))
else:
copyfile(
"{install_dir}/bin/designer",