summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2019-12-30 16:15:44 +0200
committerTimo Teräs <timo.teras@iki.fi>2019-12-30 16:17:14 +0200
commit0b82bcc53e6027c74fae2c972d5d9fff54d95d6c (patch)
tree934b736a1447200f89092cf2d45fd3cb19284e6b /src/Makefile
parent90fc52e2b8e3396ad600439b20840ee717e44419 (diff)
downloadapk-tools-0b82bcc53e6027c74fae2c972d5d9fff54d95d6c.tar.gz
apk-tools-0b82bcc53e6027c74fae2c972d5d9fff54d95d6c.tar.bz2
apk-tools-0b82bcc53e6027c74fae2c972d5d9fff54d95d6c.tar.xz
apk-tools-0b82bcc53e6027c74fae2c972d5d9fff54d95d6c.zip
lua: fix build and update to lua5.3
Fixes #8360
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e307ceb..52ea1b2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -9,7 +9,7 @@ ZLIB_LIBS := $(shell $(PKG_CONFIG) --libs zlib)
# lua module
ifneq ($(LUAAPK),)
-LUA_VERSION ?= 5.2
+LUA_VERSION ?= 5.3
LUA_PC ?= lua$(LUA_VERSION)
LUA_LIBDIR ?= /usr/lib/lua/$(LUA_VERSION)
LIBAPK := YesPlease