mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-07 20:40:11 +01:00
Include the MSVC CRT DLLs for Python 3.6 builds too
This commit is contained in:
2
build.py
2
build.py
@@ -1270,7 +1270,7 @@ def copyWxDlls(options):
|
||||
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
|
||||
if PYVER == '3.5':
|
||||
if PYVER in ['3.5', '3.6']:
|
||||
redist_dir = os.path.join(
|
||||
phoenixDir(), 'packaging', 'Py3.5', 'vcredist',
|
||||
arch, 'Microsoft.VC140.CRT', '*.dll')
|
||||
|
||||
Reference in New Issue
Block a user