Skip to content

Commit e8f4096

Browse files
jkunkeeBridgeAR
authored andcommitted
win,build: scope NASM warning to only x64 and x86
PR-URL: #25995 Reviewed-By: João Reis <reis@janeasystems.com>
1 parent 7e4592e commit e8f4096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎configure.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def get_gas_version(cc):
757757
# quite prepared to go that far yet.
758758
defcheck_compiler(o):
759759
ifsys.platform=='win32':
760-
ifnotoptions.openssl_no_asm:
760+
ifnotoptions.openssl_no_asmandoptions.dest_cpuin ('x86', 'x64'):
761761
nasm_version=get_nasm_version('nasm')
762762
o['variables']['nasm_version'] =nasm_version
763763
ifnasm_version==0:

0 commit comments

Comments
 (0)