Configurations/50-masm.conf: add x64 multilib suffix

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28995)
This commit is contained in:
Cameron Gutman
2025-10-25 16:37:49 -05:00
committed by Richard Levitte
parent d40b314a75
commit ed00444368

View File

@@ -18,5 +18,6 @@ my %targets = (
uplink_arch => 'x86_64',
asm_arch => 'x86_64',
perlasm_scheme => "masm",
multilib => "-x64",
},
);