mirror of
https://github.com/etlegacy/etlegacy-libs.git
synced 2024-11-11 07:11:57 +00:00
libs: adjusted LuaSQL config file
This commit is contained in:
parent
b62e4ff6ca
commit
d75da10905
2 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue