From ed00444368fcfe4fa74c80e553d1ab7e71cb2c9d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 25 Oct 2025 16:37:49 -0500 Subject: [PATCH] Configurations/50-masm.conf: add x64 multilib suffix Reviewed-by: Todd Short Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/28995) --- Configurations/50-masm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/Configurations/50-masm.conf b/Configurations/50-masm.conf index 587a1e70e8e..9cb767cefef 100644 --- a/Configurations/50-masm.conf +++ b/Configurations/50-masm.conf @@ -18,5 +18,6 @@ my %targets = ( uplink_arch => 'x86_64', asm_arch => 'x86_64', perlasm_scheme => "masm", + multilib => "-x64", }, ); -- 2.47.3