mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 07:50:29 +01:00
New regex for Lua's socket module
This commit is contained in:
parent
e67ba421d2
commit
60f111e9d5
|
@ -9,7 +9,7 @@ package.path =
|
||||||
-- For LuaIRC to find its files
|
-- For LuaIRC to find its files
|
||||||
..modpath.."/?.lua;"
|
..modpath.."/?.lua;"
|
||||||
..package.path
|
..package.path
|
||||||
..";/usr/lib/x86_64-linux-gnu/lua/5.1/socket/?.so"
|
..";/usr/lib/x86_64-linux-gnu/lua/5.1/socket/*.so"
|
||||||
|
|
||||||
-- The build of Lua that Minetest comes with only looks for libraries under
|
-- The build of Lua that Minetest comes with only looks for libraries under
|
||||||
-- /usr/local/share and /usr/local/lib but LuaSocket is often installed under
|
-- /usr/local/share and /usr/local/lib but LuaSocket is often installed under
|
||||||
|
|
Loading…
Reference in New Issue
Block a user