libs: adjusted LuaSQL config file

This commit is contained in:
Remy Marquis 2016-08-19 20:49:48 +02:00
parent b62e4ff6ca
commit d75da10905
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
LuaSQL LuaSQL - This is a copy of commit fb09e52d7759e582d2c03185f1147ff19dfe42e0
http://keplerproject.github.io/luasql http://keplerproject.github.io/luasql
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to: LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:

View File

@ -4,7 +4,7 @@
PREFIX ?= /usr PREFIX ?= /usr
# Lua version and dirs # Lua version and dirs
LUA_SYS_VER ?= 5.2 LUA_SYS_VER ?= 5.3
LUA_LIBDIR ?= $(PREFIX)/lib/lua/$(LUA_SYS_VER) LUA_LIBDIR ?= $(PREFIX)/lib/lua/$(LUA_SYS_VER)
LUA_DIR ?= $(PREFIX)/share/lua/$(LUA_SYS_VER) LUA_DIR ?= $(PREFIX)/share/lua/$(LUA_SYS_VER)
LUA_INC ?= $(PREFIX)/include/lua$(LUA_SYS_VER) LUA_INC ?= $(PREFIX)/include/lua$(LUA_SYS_VER)