mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
This commit is contained in:
@@ -53,7 +53,7 @@ define Build/InstallDev
|
||||
endef
|
||||
|
||||
define Host/Compile
|
||||
$(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR_HOST)")
|
||||
$(call Build/Compile/HostPyMod,,install --prefix="/usr" --root="$(STAGING_DIR)/host")
|
||||
endef
|
||||
|
||||
define Host/Install
|
||||
|
||||
Reference in New Issue
Block a user