lua: install luac symlink on host

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
master
Alin Nastac 5 years ago committed by Jo-Philipp Wich
parent d544bc84a0
commit d3b0459c93

@ -135,6 +135,7 @@ define Host/Install
install
$(LN) $(STAGING_DIR_HOSTPKG)/bin/lua5.1 $(STAGING_DIR_HOSTPKG)/bin/lua
$(LN) $(STAGING_DIR_HOSTPKG)/bin/luac5.1 $(STAGING_DIR_HOSTPKG)/bin/luac
endef
define Build/InstallDev

Loading…
Cancel
Save