cpath is used to find modules - they are shared libraries (or DLLs) which export an initialisation function. $> lua -e "print(package.cpath)" ./?.so;/usr/local/ ...
確定! 回上一頁