Skip to content

Commit e4fae24

Browse files
gengjiawentargos
authored andcommitted
build: change ASM compiler url to https
PR-URL: #28189 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent d1ae858 commit e4fae24

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
@@ -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)