luajit: add .exe to executables installed

This commit is contained in:
Boris Nagaev 2015-09-06 16:12:42 +03:00
parent 447227a0c1
commit 1d82284387
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