diff options
author | tobil4sk <tobil4sk@outlook.com> | 2025-02-21 17:21:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-21 14:21:53 -0300 |
commit | 161eecbd34036137d9528bab487d2cfa0668bb4c (patch) | |
tree | 086f1827bb9102b3c1c82b3dfbadf37396196f88 /spec | |
parent | f87af07f1bec82a312c3c82e92627c41db9b9bc9 (diff) | |
download | luarocks-161eecbd34036137d9528bab487d2cfa0668bb4c.tar.gz luarocks-161eecbd34036137d9528bab487d2cfa0668bb4c.tar.bz2 luarocks-161eecbd34036137d9528bab487d2cfa0668bb4c.zip |
Fix make check for msys2 mingw system (#1745)
On an msys2 install of mingw, make is installed as `mingw32-make`.
If `cmake` is installed, that takes priority over `mingw32-make` when
matching the pattern `*make*.exe`.
This patch changes the pattern to be `*-make*.exe` instead to avoid this
bug.
Diffstat (limited to 'spec')
0 files changed, 0 insertions, 0 deletions