mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 07:34:07 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
e2cc89b190
@ -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