aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-06-19 08:45:29 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-06-19 08:45:29 +0200
commit5cb96310ee500240c2e200139b06dfbf8fd1c105 (patch)
treeec586c07d3af0b2386930e4d2aa9e2b88e47da33
parente6bcbd493c7455968ee8afc603cf240541465e18 (diff)
downloadsircbot-5cb96310ee500240c2e200139b06dfbf8fd1c105.tar.bz2
sircbot-5cb96310ee500240c2e200139b06dfbf8fd1c105.tar.xz
lua: build for Lua 5.3 by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 217110b..60e7351 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ CFLAGS += -DVERSION=\"$(VERSION)$(GIT_VERSION)\"
TARGETS = sircbot sircbot-send
ifneq (NOLUA,)
-LUA_VERSION ?= 5.1
+LUA_VERSION ?= 5.3
LUAPC ?= lua$(LUA_VERSION)
PKGCONFIG ?= pkg-config
TARGETS += lua/$(LUA_VERSION)/sircbot.so