contrib: make lua host build dependency conditional
This commit is contained in:
parent
a50452e3e3
commit
ee4fd290a0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ else
|
|||
PKG_SOURCE_VERSION:=$(PKG_REV)
|
||||
endif
|
||||
|
||||
PKG_BUILD_DEPENDS:=lua/host
|
||||
PKG_BUILD_DEPENDS:=$(if $(STAGING_DIR_ROOT),lua/host)
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||
|
||||
|
|
Loading…
Reference in a new issue