mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
# detect Windows host environment
|
||||||
ifeq ($(HOST),)
|
ifeq ($(HOST),)
|
||||||
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
ifeq ($(word 1,$(shell gcc -dumpmachine)),mingw32)
|
||||||
HOST=mingw32-windows
|
export HOST=mingw32-windows
|
||||||
else
|
else
|
||||||
export HOST=mingw32-linux
|
export HOST=mingw32-linux
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue