From ee054cd0f425e11945a1cfce9fd951dc8dde3930 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Sat, 19 Mar 2005 17:22:02 +0000 Subject: [PATCH] Export the HOST variable even on Windows. svn path=/trunk/; revision=14193 --- reactos/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/rules.mak b/reactos/rules.mak index 1b4098e02ac..f6ffdf522dc 100644 --- a/reactos/rules.mak +++ b/reactos/rules.mak @@ -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