Merge pull request #832 from LuaAndC/luajit-exe

luajit: add .exe to executables installed
This commit is contained in:
Tony Theodore 2015-09-06 23:19:12 +10:00
commit 23afbc5956
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ define $(PKG)_BUILD
TARGET_SYS=Windows BUILDMODE=static \
PREFIX='$(PREFIX)/$(TARGET)' \
FILE_T=luajit.exe \
INSTALL_TNAME=luajit-$($(PKG)_VERSION).exe \
INSTALL_TSYMNAME=luajit.exe \
install
endef