lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Why, if I say package.cpath="?.so" does Lua fail to
find the module, but if I say package.cpath="./?.so"
Lua does find it?