Browse Source

lua: install luac symlink on host

Signed-off-by: Alin Nastac <[email protected]>
Alin Nastac 6 years ago
parent
commit
d3b0459c93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/utils/lua/Makefile

+ 1 - 0
package/utils/lua/Makefile

@@ -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