[ros-diffs] [navaraf] 14193: Export the HOST variable even on Windows.

navaraf at svn.reactos.com navaraf at svn.reactos.com
Sat Mar 19 18:22:03 CET 2005


Export the HOST variable even on Windows.
Modified: trunk/reactos/rules.mak
  _____  

Modified: trunk/reactos/rules.mak
--- trunk/reactos/rules.mak	2005-03-19 17:11:15 UTC (rev 14192)
+++ trunk/reactos/rules.mak	2005-03-19 17:22:02 UTC (rev 14193)
@@ -38,7 +38,7 @@

 # 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050319/1022e9d1/attachment.html


More information about the Ros-diffs mailing list