aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2018-11-21 14:08:09 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2018-11-21 13:25:23 +0000
commitf997b9aff5e0b4dcc67438bc6727c202d680b6eb (patch)
tree7770a6e36d17e71ea33c91410447905bee70b050 /coin_build_instructions.py
parent9ab15abdb293941b41f8ec36889546e8eec38b75 (diff)
Remove remaining uses of the --jobs option
Fix COIN script and documentation. Amends 9ec0fab3d67d7c5ecc3cb8d45d3ee8abc38aa8e0. Task-number: PYSIDE-809 Change-Id: I217a34a4074a55cfeee9b00898a5e5a09f3f2bb8 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index 75f9feb66..969b9272b 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -112,7 +112,7 @@ def call_setup(python_ver):
qmake_path = get_ci_qmake_path(CI_ENV_INSTALL_DIR, CI_HOST_OS)
cmd.append(qmake_path)
cmd += ["--build-tests",
- "--jobs=4",
+ "--parallel=4",
"--verbose-build"]
if python_ver == "3":
cmd += ["--limited-api=yes"]