mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
fix comment about the PYVER and the vcredist files
This commit is contained in:
2
build.py
2
build.py
@@ -1269,7 +1269,7 @@ def copyWxDlls(options):
|
||||
cairo_root = os.path.join(phoenixDir(), 'packaging', 'cairo-msw')
|
||||
dlls += glob.glob(os.path.join(cairo_root, arch, 'bin', '*.dll'))
|
||||
|
||||
# For Python 3.5 builds we also need to copy some VC14 redist DLLs
|
||||
# For Python 3.5 and 3.6 builds we also need to copy some VC14 redist DLLs
|
||||
if PYVER in ['3.5', '3.6']:
|
||||
redist_dir = os.path.join(
|
||||
phoenixDir(), 'packaging', 'Py3.5', 'vcredist',
|
||||
|
||||
Reference in New Issue
Block a user