mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
Export the HOST variable even on Windows.
svn path=/trunk/; revision=14193
This commit is contained in:
parent
1ca3f8ce13
commit
ee054cd0f4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ endif
|
|||
# detect Windows host environment
|
||||
ifeq ($(HOST),)
|
||||
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
||||
HOST=mingw32-windows
|
||||
export HOST=mingw32-windows
|
||||
else
|
||||
export HOST=mingw32-linux
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue