aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@qt.io>2020-06-11 10:03:16 +0300
committerSimo Fält <simo.falt@qt.io>2020-06-11 12:39:27 +0300
commit0467ea1c3ddbf81fe4ab9a5c521e1d41ea22481f (patch)
treeca85433395d89d0cdd4ae46c0581caa43189d955
parentb00bb69e77d065ad5ae92ef34718f0d3c86f03b0 (diff)
Add missing Win runtime dll into win wheels
Fixes: PYSIDE-1323 Change-Id: I2856c5388b66eb02b18004b894cac8db6c4be10a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--build_scripts/platforms/windows_desktop.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_scripts/platforms/windows_desktop.py b/build_scripts/platforms/windows_desktop.py
index a362351fb..49c384bc7 100644
--- a/build_scripts/platforms/windows_desktop.py
+++ b/build_scripts/platforms/windows_desktop.py
@@ -251,7 +251,8 @@ def copy_msvc_redist_files(vars, redist_target_path):
"vcamp140.dll",
"vccorlib140.dll",
"vcomp140.dll",
- "vcruntime140.dll"
+ "vcruntime140.dll",
+ "vcruntime140_1.dll"
]
# Make a directory where the files should be extracted.