diff options
author | Luau <luau.project@gmail.com> | 2025-02-24 16:57:28 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-24 16:57:28 -0300 |
commit | 41a14ed522d6904ad6bc14dd737a4cdc6142ca82 (patch) | |
tree | f56eaec1ab4791375a48db3deed1c7c1fa94fdb5 /docs | |
parent | c8653e5c712a3f3c4c4b3724ceda3caaf2d34851 (diff) | |
download | luarocks-41a14ed522d6904ad6bc14dd737a4cdc6142ca82.tar.gz luarocks-41a14ed522d6904ad6bc14dd737a4cdc6142ca82.tar.bz2 luarocks-41a14ed522d6904ad6bc14dd737a4cdc6142ca82.zip |
fix: override default C compiler to cc.exe on MSYS2 (#1754)
## Description
Fixes #1753.
Changes:
1. on each MSYS2 MinGW-w64 environment, there is a `cc.exe` that points to the default C compiler for the environment.
2. the line
```lua
defaults.variables.PWD = "cd"
```
is meant to follow a MSYS2 patch ( https://github.com/msys2/MINGW-packages/blob/5fd4997c2508f0949366513f0a2dd4347f9c4e77/mingw-w64-lua-luarocks/0001-luarocks_msys2_mingw_w64.patch#L48 ) that fixes previous issues for them.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions