From 95222c78144912b667ee059e03617be2906e3c2d Mon Sep 17 00:00:00 2001 From: zekun Date: Thu, 29 Feb 2024 21:58:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20nodejs=20Mirror=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E5=9C=B0=E5=9D=80;=E5=8E=9F=E6=9D=A5?= =?UTF-8?q?=E7=9A=84=E6=B7=98=E5=AE=9D=E6=BA=90=E5=B7=B2=E7=BB=8F=E4=B8=8B?= =?UTF-8?q?=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/noslate-project/build/issues/7 --- Makefiles/toolchain.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefiles/toolchain.mk b/Makefiles/toolchain.mk index 408fb3b..ae73077 100644 --- a/Makefiles/toolchain.mk +++ b/Makefiles/toolchain.mk @@ -15,7 +15,7 @@ include $(MAKEFILES_DIR)/platform.mk TEMP_DIR = $(BUILD_PROJ_DIR)/.tmp TOOLCHAINS_DIR = $(BUILD_PROJ_DIR)/toolchains -NODEJS_MIRROR = https://cdn.npm.taobao.org/dist/node +NODEJS_MIRROR = https://cdn.npmmirror.com/binaries/node TOOLCHAIN_NODE_FULL_NAME = node-v$(TOOLCHAIN_NODE_VERSION)-$(PLATFORM)-$(ARCH) TOOLCHAIN_NODE_BIN_DIRECTORY = $(TOOLCHAINS_DIR)/node/bin TOOLCHAIN_NODE_BIN = $(TOOLCHAIN_NODE_BIN_DIRECTORY)/node