mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 11:00:07 +01:00
Merge pull request #2692 from echoix/default-python-version-build.py
Remove references to Python 2.7 defaults from build.py
This commit is contained in:
6
build.py
6
build.py
@@ -48,8 +48,8 @@ import buildtools.version as version
|
|||||||
|
|
||||||
|
|
||||||
# defaults
|
# defaults
|
||||||
PYVER = '2.7'
|
PYVER = '3.9'
|
||||||
PYSHORTVER = '27'
|
PYSHORTVER = '39'
|
||||||
PYTHON = None # it will be set later
|
PYTHON = None # it will be set later
|
||||||
PYTHON_ARCH = 'UNKNOWN'
|
PYTHON_ARCH = 'UNKNOWN'
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ Usage: ./build.py [command(s)] [options]
|
|||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
N.N NN Major.Minor version number of the Python to use to run
|
N.N NN Major.Minor version number of the Python to use to run
|
||||||
the other commands. Default is 2.7. Or you can use
|
the other commands. Default is 3.9. Or you can use
|
||||||
--python to specify the actual Python executable to use.
|
--python to specify the actual Python executable to use.
|
||||||
|
|
||||||
dox Run Doxygen to produce the XML file used by ETG scripts
|
dox Run Doxygen to produce the XML file used by ETG scripts
|
||||||
|
|||||||
Reference in New Issue
Block a user