Skip to content

Commit e4fae24

Browse files
gengjiawentargos
authored andcommitted
build: change ASM compiler url to https
PR-URL: #28189 Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent d1ae858 commit e4fae24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ def get_nasm_version(asm):
722722
stdout=subprocess.PIPE)
723723
except OSError:
724724
warn('''No acceptable ASM compiler found!
725-
Please make sure you have installed NASM from http://www.nasm.us
725+
Please make sure you have installed NASM from https://www.nasm.us
726726
and refer BUILDING.md.''')
727727
return '0'
728728

0 commit comments

Comments
 (0)