The path used by require (modname)
to search for a C loader.
Lua initializes the C path package.cpath
in the same way it initializes the Lua path package.path
, using the environment variable LUA_CPATH
(plus another default path defined in luaconf.h
).