mirror of
https://github.com/servo/servo.git
synced 2025-06-28 19:13:41 +01:00
Pull in CRT runtime on VS 2019 as well
This commit is contained in:
parent
93426a035c
commit
3f025f889c
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ def package_msvc_dlls(servo_exe_dir, target, vcinstalldir, vs_version):
|
|||
"msvcp140.dll",
|
||||
"vcruntime140.dll",
|
||||
]
|
||||
if target_arch != "aarch64" and vs_version in ("14.0", "15.0"):
|
||||
if target_arch != "aarch64" and vs_version in ("14.0", "15.0", "16.0"):
|
||||
msvc_deps += ["api-ms-win-crt-runtime-l1-1-0.dll"]
|
||||
|
||||
# Check if it's Visual C++ Build Tools or Visual Studio 2015
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue