From: Cameron Gutman Date: Sat, 25 Oct 2025 21:37:49 +0000 (-0500) Subject: Configurations/50-masm.conf: add x64 multilib suffix X-Git-Tag: 4.0-PRE-CLANG-FORMAT-WEBKIT~118 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed00444368fcfe4fa74c80e553d1ab7e71cb2c9d;p=thirdparty%2Fopenssl.git 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) --- 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", }, );