From 4e09fd727658c181d40ce9af9cf7c4c175a7549e Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Wed, 12 Jun 2019 23:48:12 +0800 Subject: build: change ASM compiler url to https PR-URL: https://github.com/nodejs/node/pull/28189 Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott Reviewed-By: James M Snell --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') 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' -- cgit v1.2.3