mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 06:34:33 +08:00
Export the HOST variable even on Windows.
svn path=/trunk/; revision=14193
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user