add variable luajit_ABIVER=5.1

The name of libluajit-5.1.a can be generated from this variable.
This commit is contained in:
Boris Nagaev 2016-04-06 22:54:46 +03:00
parent e7ce1f4300
commit 953d77597a
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
PKG := luajit
$(PKG)_IGNORE :=
$(PKG)_VERSION := 2.0.4
$(PKG)_ABIVER := 5.1
$(PKG)_CHECKSUM := 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef1807d
$(PKG)_SUBDIR := LuaJIT-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz