From 3f025f889c553780d050401b38489494b1ae07e3 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 11 Sep 2019 11:29:08 -0700 Subject: Pull in CRT runtime on VS 2019 as well --- python/servo/build_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/servo/build_commands.py') diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index 5c5cacdc48f..e07a7666e0e 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -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 -- cgit v1.2.3