aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authortobil4sk <tobil4sk@outlook.com>2025-02-21 17:21:53 +0000
committerGitHub <noreply@github.com>2025-02-21 14:21:53 -0300
commit161eecbd34036137d9528bab487d2cfa0668bb4c (patch)
tree086f1827bb9102b3c1c82b3dfbadf37396196f88 /spec
parentf87af07f1bec82a312c3c82e92627c41db9b9bc9 (diff)
downloadluarocks-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