Building: Fix the library file names for MSVC builds to include multilib
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Dec 2020 15:25:13 +0000 (16:25 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 12 Dec 2020 23:26:29 +0000 (00:26 +0100)
commite841938349a2897def004c9c8cf0131d158a0c29
tree4b37b3ed4b3cbe9261d0465829b7fd7bf081bb93
parent68e91251826949430270edfbf6dd5f334eb4df57
Building: Fix the library file names for MSVC builds to include multilib

In OpenSSL 1.1.1, VC-WIN64I and VC-WIN64A have a 'multilib' attribute
set, which affect the names of the produced libcrypto and libssl DLLs.
This restores that for OpenSSL 3.0.

Fixes #13659

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13670)
Configurations/platform/Windows/MSVC.pm