KD System Rewrite:
[reactos.git] / reactos / rules.mak
index 1b4098e..f6ffdf5 100644 (file)
@@ -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