From 7a2f786e0cb89f1fa4a042dcde5dc92dce35bef7 Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Wed, 3 Aug 2022 08:53:40 -0500 Subject: Issue #1956 - Account for multiple DLL files in newer CRT. The wildcard seems to work well here for getting files included in the final target. --- old-configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 6ed4fc1f3d..02c3b51865 100644 --- a/old-configure.in +++ b/old-configure.in @@ -182,8 +182,8 @@ case "$target" in 19*) _CC_SUITE=14 MSVS_VERSION=2015 - MSVC_C_RUNTIME_DLL=vcruntime140.dll - MSVC_CXX_RUNTIME_DLL=msvcp140.dll + MSVC_C_RUNTIME_DLL=vcruntime140*.dll + MSVC_CXX_RUNTIME_DLL=msvcp140*.dll MOZ_CHECK_HEADER(dia2.h, MSVC_HAS_DIA_SDK=1) if test -n "$MSVC_HAS_DIA_SDK"; then -- cgit v1.2.3