lua: disable native build temporarily

This commit is contained in:
Tony Theodore 2015-10-05 17:42:36 +11:00
parent 1d0cf81e4c
commit ae19647c46
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ define $(PKG)_BUILD_SHARED
$($(PKG)_BUILD_COMMON)
endef
define $(PKG)_BUILD_$(BUILD)
# disable native build temporarily
define $(PKG)_BUILD_DISABLED
$(MAKE) -C '$(1)/src' -j '$(JOBS)' \
INSTALL_TOP='$(PREFIX)/$(TARGET)' \
INSTALL='$(INSTALL)' \