diff options
author | Luau <luau.project@gmail.com> | 2025-02-24 19:52:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 19:52:57 -0300 |
commit | c71174f1c20c2b57265a5cedfdccda559445e55c (patch) | |
tree | 8e44417b3323186a20f01ec9077201e2f99015d0 /docs | |
parent | 41a14ed522d6904ad6bc14dd737a4cdc6142ca82 (diff) | |
download | luarocks-c71174f1c20c2b57265a5cedfdccda559445e55c.tar.gz luarocks-c71174f1c20c2b57265a5cedfdccda559445e55c.tar.bz2 luarocks-c71174f1c20c2b57265a5cedfdccda559445e55c.zip |
fix: allow Lua C modules to be uninstalled on MSYS2 (#1756)
Fixes #1755.
Changes:
* the idea applied as a fix was mirrored from the changes of #1616, by setting
```
defaults.fs_use_modules = false
```
in a suitable place for MSYS2.
* the line
```
if platforms.windows and not platforms.msys2_mingw_w64 and hardcoded.WIN_TOOLS then
```
is meant to follow a MSYS2 patch https://github.com/msys2/MINGW-packages/blob/343eeab4f185847981c6b644d775ee98717b6231/mingw-w64-lua-luarocks/0001-luarocks_msys2_mingw_w64.patch#L57 that fixes previous issues for them.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions