mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +00:00
auto-detect msys instead of requiring users to tell our build system about it
svn path=/trunk/; revision=19600
This commit is contained in:
parent
a1bf8bb339
commit
aa29e498d5
1 changed files with 2 additions and 1 deletions
|
@ -115,7 +115,8 @@ all: makefile.auto
|
|||
|
||||
ifeq ($(HOST),)
|
||||
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
||||
ifeq ($(OSTYPE),msys)
|
||||
ifeq ($(findstring msys,$(-shell sh --version)),msys)
|
||||
export OSTYPE = msys
|
||||
HOST=mingw32-linux
|
||||
else
|
||||
HOST=mingw32-windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue