mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 12:10:08 +01:00
build: change ASM compiler url to https
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
9868126546
commit
4e09fd7276
@ -722,7 +722,7 @@ def get_nasm_version(asm):
|
||||
stdout=subprocess.PIPE)
|
||||
except OSError:
|
||||
warn('''No acceptable ASM compiler found!
|
||||
Please make sure you have installed NASM from http://www.nasm.us
|
||||
Please make sure you have installed NASM from https://www.nasm.us
|
||||
and refer BUILDING.md.''')
|
||||
return '0'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user