mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
Add Python 3.9 to the list
This commit is contained in:
2
build.py
2
build.py
@@ -1524,7 +1524,7 @@ def copyWxDlls(options):
|
||||
# For Python 3.5 and 3.6 builds we also need to copy some VC14 redist DLLs.
|
||||
# NOTE: Do it for 3.7+ too for now. But when we fully switch over to VS 2017
|
||||
# this may need to change. See notes in wscript about it.
|
||||
if PYVER in ['3.5', '3.6', '3.7', '3.8']:
|
||||
if PYVER in ['3.5', '3.6', '3.7', '3.8', '3.9']:
|
||||
redist_dir = os.path.join(
|
||||
phoenixDir(), 'packaging', 'Py3.5', 'vcredist',
|
||||
arch, 'Microsoft.VC140.CRT', '*.dll')
|
||||
|
||||
Reference in New Issue
Block a user