summaryrefslogtreecommitdiff
path: root/configure.py
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-06-12 23:48:12 +0800
committerMichaƫl Zasso <targos@protonmail.com>2019-07-20 11:05:09 +0200
commite4fae24b62eda4123aabef6931f1f39f63575ac3 (patch)
treeabc6c81d8297f6be00c57d0991e053ccd0d27e36 /configure.py
parentd1ae8586586e1385891bbb53c23625100b34d1e3 (diff)
downloadnode-new-e4fae24b62eda4123aabef6931f1f39f63575ac3.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-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'