mirror of
https://github.com/libretro/libretro-super
synced 2025-01-03 23:37:11 +00:00
MingW-w64/MSYS2 uses "mingw32-make" for uname -s of "MINGW64_NT-6.1"
This commit is contained in:
parent
d77b85cc24
commit
0af586aa40
@ -33,7 +33,7 @@ if [ "$HOST_CC" ]; then
|
||||
fi
|
||||
|
||||
if [ -z "$MAKE" ]; then
|
||||
if uname -s | grep -i MINGW32 > /dev/null 2>&1; then
|
||||
if uname -s | grep -i MINGW > /dev/null 2>&1; then
|
||||
MAKE=mingw32-make
|
||||
else
|
||||
if type gmake > /dev/null 2>&1; then
|
||||
|
Loading…
Reference in New Issue
Block a user