diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-19 08:45:29 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-06-19 08:45:29 +0200 |
commit | 5cb96310ee500240c2e200139b06dfbf8fd1c105 (patch) | |
tree | ec586c07d3af0b2386930e4d2aa9e2b88e47da33 | |
parent | e6bcbd493c7455968ee8afc603cf240541465e18 (diff) | |
download | sircbot-5cb96310ee500240c2e200139b06dfbf8fd1c105.tar.bz2 sircbot-5cb96310ee500240c2e200139b06dfbf8fd1c105.tar.xz |
lua: build for Lua 5.3 by default
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |