mirror of
https://github.com/libretro/bsnes-libretro-cplusplus98.git
synced 2025-04-12 15:13:34 +00:00
Add check for mingw.
This commit is contained in:
parent
b6df699139
commit
301c39c601
@ -19,6 +19,9 @@ ifeq ($(platform),)
|
||||
ifeq ($(uname),)
|
||||
platform := win
|
||||
delete = del $(subst /,\,$1)
|
||||
else ifneq ($(findstring MINGW32,$(uname -a)),)
|
||||
platform := win
|
||||
delete = del $(subst /,\,$1)
|
||||
else ifneq ($(findstring Darwin,$(uname)),)
|
||||
platform := osx
|
||||
delete = rm -f $1
|
||||
|
Loading…
x
Reference in New Issue
Block a user