| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -757,7 +757,7 @@ def get_gas_version(cc): | |||
| 757 | 757 | # quite prepared to go that far yet. | |
| 758 | 758 | def check_compiler(o): | |
| 759 | 759 | if sys.platform == 'win32': | |
| 760 | - if not options.openssl_no_asm: | ||
| 760 | + if not options.openssl_no_asm and options.dest_cpu in ('x86', 'x64'): | ||
| 761 | 761 | nasm_version = get_nasm_version('nasm') | |
| 762 | 762 | o['variables']['nasm_version'] = nasm_version | |
| 763 | 763 | if nasm_version == 0: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments