first commit
This commit is contained in:
8
lua-sqlite3-0.4.1/examples/path.lua
Normal file
8
lua-sqlite3-0.4.1/examples/path.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
local path = "?;?.lua;../?;../?.lua"
|
||||
|
||||
if package == nil then
|
||||
LUA_PATH = path -- Lua 5.0
|
||||
else
|
||||
package.path = path -- Lua 5.1
|
||||
end
|
||||
Reference in New Issue
Block a user