diff options
author | gengjiawen <technicalcute@gmail.com> | 2019-06-12 23:48:12 +0800 |
---|---|---|
committer | ZYSzys <zyszys98@gmail.com> | 2019-07-02 16:08:29 +0800 |
commit | 4e09fd727658c181d40ce9af9cf7c4c175a7549e (patch) | |
tree | 2074c642b251c1083161bef162e7a9ebff9b8cad /configure.py | |
parent | 9868126546b93ed992cff094e1884af3a88460a3 (diff) | |
download | node-new-4e09fd727658c181d40ce9af9cf7c4c175a7549e.tar.gz |
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>
Diffstat (limited to 'configure.py')
-rwxr-xr-x | configure.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py index 4985200b28..8af0aab3dc 100755 --- a/configure.py +++ b/configure.py @@ -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' |