We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e89684 commit fa74b3eCopy full SHA for fa74b3e
configure.py
@@ -742,7 +742,7 @@ def get_gas_version(cc):
742
# quite prepared to go that far yet.
743
def check_compiler(o):
744
if sys.platform == 'win32':
745
- if not options.openssl_no_asm:
+ if not options.openssl_no_asm and options.dest_cpu in ('x86', 'x64'):
746
nasm_version = get_nasm_version('nasm')
747
o['variables']['nasm_version'] = nasm_version
748
if nasm_version == 0:
0 commit comments