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)
|
stdout=subprocess.PIPE)
|
||||||
except OSError:
|
except OSError:
|
||||||
warn('''No acceptable ASM compiler found!
|
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.''')
|
and refer BUILDING.md.''')
|
||||||
return '0'
|
return '0'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user