Skip to content

Commit

Permalink
build: change ASM compiler url to https
Browse files Browse the repository at this point in the history
PR-URL: nodejs#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]>
  • Loading branch information
gengjiawen authored and ZYSzys committed Jul 2, 2019
1 parent 9868126 commit 4e09fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 4e09fd7

Please sign in to comment.