From 125e94165cd0c07bb4037fba4fe6d62ad40f495b Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 15 Jan 2024 22:00:17 +0800 Subject: [PATCH] node: fix host build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ecfd7f..5aea832 100644 --- a/Makefile +++ b/Makefile @@ -109,7 +109,7 @@ define Package/node-npm/install endef define Host/Install - $(CP) $(PKG_BUILD_DIR)/node-$(NODE_VERSION)-linux-$(NODE_ARCH)/* $(STAGING_DIR_HOST)/ + $(CP) $(HOST_BUILD_DIR)/node-$(NODE_VERSION)-linux-$(NODE_ARCH)/* $(STAGING_DIR_HOST)/ endef $(eval $(call HostBuild))