From 20f7f2dadd85fc5298c7fec5871765f53165e80d Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 20 Mar 2017 14:44:13 -0700 Subject: [PATCH] fix comment about the PYVER and the vcredist files --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index 1e31db7c..f170fdf2 100755 --- a/build.py +++ b/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',