From 5cb96310ee500240c2e200139b06dfbf8fd1c105 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 19 Jun 2015 08:45:29 +0200 Subject: lua: build for Lua 5.3 by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3