[ros-diffs] [dgorbachev] 43042: Fix r43040 mistake.

dgorbachev at svn.reactos.org dgorbachev at svn.reactos.org
Sun Sep 13 23:26:46 CEST 2009


Author: dgorbachev
Date: Sun Sep 13 23:26:46 2009
New Revision: 43042

URL: http://svn.reactos.org/svn/reactos?rev=43042&view=rev
Log:
Fix r43040 mistake.

Modified:
    trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp

Modified: trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp?rev=43042&r1=43041&r2=43042&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/mingw.cpp [iso-8859-1] Sun Sep 13 23:26:46 2009
@@ -743,7 +743,7 @@
 		const string& TARGET_CCValue = Environment::GetVariable ( "TARGET_CC" );
 		const string& ROS_PREFIXValue = Environment::GetVariable ( "ROS_PREFIX" );
 
-		if ( ROS_PREFIXValue.length () > 0 )
+		if ( TARGET_CCValue.length () > 0 )
 		{
 			compilerPrefix = "";
 			compilerCommand = TARGET_CCValue;




More information about the Ros-diffs mailing list