summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-06-12 23:48:12 +0800
committerZYSzys <zyszys98@gmail.com>2019-07-02 16:08:29 +0800
commit4e09fd727658c181d40ce9af9cf7c4c175a7549e (patch)
tree2074c642b251c1083161bef162e7a9ebff9b8cad /configure.py
parent9868126546b93ed992cff094e1884af3a88460a3 (diff)
downloadandroid-node-v8-4e09fd727658c181d40ce9af9cf7c4c175a7549e.tar.gz
android-node-v8-4e09fd727658c181d40ce9af9cf7c4c175a7549e.tar.bz2
android-node-v8-4e09fd727658c181d40ce9af9cf7c4c175a7549e.zip
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-xconfigure.py2
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'