We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4592e commit e8f4096Copy full SHA for e8f4096
configure.py
@@ -757,7 +757,7 @@ def get_gas_version(cc):
757
# quite prepared to go that far yet.
758
def check_compiler(o):
759
if sys.platform == 'win32':
760
- if not options.openssl_no_asm:
+ if not options.openssl_no_asm and options.dest_cpu in ('x86', 'x64'):
761
nasm_version = get_nasm_version('nasm')
762
o['variables']['nasm_version'] = nasm_version
763
if nasm_version == 0:
0 commit comments