diff options
author | Eike Ziller <eike.ziller@qt.io> | 2022-04-19 11:23:39 +0200 |
---|---|---|
committer | Eike Ziller <eike.ziller@qt.io> | 2022-04-20 14:23:43 +0000 |
commit | f5b77d87da1466e2176144741d5985cb54fe5169 (patch) | |
tree | 1c284b065970e2af8e74d38f0459eff4b34307b1 /scripts/build_plugin.py | |
parent | 9084ab1b64f3160d6b29d64f10befd069c23a721 (diff) | |
download | qt-creator-f5b77d87da1466e2176144741d5985cb54fe5169.tar.gz |
Move build scripts to Python3
On newer macOS versions there even is no unversioned python
executable anymore, so we need to make it explicit
Change-Id: Ic2260a06b859e949a42f7dc34f1ff4dd582ce635
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'scripts/build_plugin.py')
-rwxr-xr-x | scripts/build_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_plugin.py b/scripts/build_plugin.py index cddb9f126a..dadb274efa 100755 --- a/scripts/build_plugin.py +++ b/scripts/build_plugin.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 ############################################################################# ## ## Copyright (C) 2020 The Qt Company Ltd. |