mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Better detection of MinGW build.
This commit is contained in:
parent
b025b01c5b
commit
3404183e23
@ -165,6 +165,10 @@ else
|
|||||||
HOST_SYS= Windows
|
HOST_SYS= Windows
|
||||||
HOST_MSYS= mingw
|
HOST_MSYS= mingw
|
||||||
endif
|
endif
|
||||||
|
ifneq (,$(findstring MSYS,$(HOST_SYS)))
|
||||||
|
HOST_SYS= Windows
|
||||||
|
HOST_MSYS= mingw
|
||||||
|
endif
|
||||||
ifneq (,$(findstring CYGWIN,$(HOST_SYS)))
|
ifneq (,$(findstring CYGWIN,$(HOST_SYS)))
|
||||||
HOST_SYS= Windows
|
HOST_SYS= Windows
|
||||||
HOST_MSYS= cygwin
|
HOST_MSYS= cygwin
|
||||||
|
Loading…
Reference in New Issue
Block a user