aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts
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-15 11:51:05 +0000
commit7d4d2fd57fba7fa82d1899c667328535efc7694c (patch)
tree381458227c12cd3fda18cc4839d64696d5ebded4 /build_scripts
parentd7c52752eaa1f6017a4a8fc0218a0bdd8ea7ea0a (diff)
Add missing Win runtime dll into win wheels
Fixes: PYSIDE-1323 Change-Id: I2856c5388b66eb02b18004b894cac8db6c4be10a Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 0467ea1c3ddbf81fe4ab9a5c521e1d41ea22481f)
Diffstat (limited to 'build_scripts')
-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 750a064b4..ed0a73e91 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.