Commit Graph

2 Commits

Author SHA1 Message Date
Biswapriyo Nath
b66448deeb lua53: Fix incorrect module search path
This removes paths which are duplicate and with double slashes.
Also the module search path is now same as in Linux environment.
The paths can be retrieved using these two lua code

print("package.path: "..package.path)
print("package.cpath: "..package.cpath)

The removed paths as like this

* package path:
    C:\msys64\ucrt64\bin\..\share\lua\5.3\\?.lua;
    C:\msys64\ucrt64\bin\..\share\lua\5.3\\?\init.lua;

* package cpath:
    C:\msys64\ucrt64\bin\..\lib\lua\5.3\..\lib\lua\5.3\\?.dll
2023-05-25 09:10:36 +05:30
jaw
fa37e83758 add package for Lua5.3 2023-02-17 11:53:06 +01:00