Commit Graph

7 Commits

Author SHA1 Message Date
FractalU
815cc1b6fa lua53: add cygpty patch and remove winpty wrappers and dependency 2023-06-14 03:27:02 +02:00
Biswapriyo Nath
c398727016 lua53: Use cc instead of gcc 2023-05-27 10:03:42 +05:30
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
Christoph Reiter
0f9947e812 more clangarm64 2023-05-10 21:47:57 +02:00
Christoph Reiter
0b20739e87 Add clang32 to mingw_arch defaults
And while at it also add explicit mingw_arch to all PKGBUILD
files that don't have it already.

So that we get clang32 by default if mingw_arch is missed.

Not clangarm64 because we can't test in the PR CI, but maybe
we should add it anyway, not sure.
2023-03-08 08:55:17 +01:00
jaw
d1c2a0d4d7 fixed file conflicts 2023-02-20 07:40:08 +01:00
jaw
fa37e83758 add package for Lua5.3 2023-02-17 11:53:06 +01:00