summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/luajit.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/luajit.mk b/src/luajit.mk
index a493666..2782001 100644
--- a/src/luajit.mk
+++ b/src/luajit.mk
@@ -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