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…
==============================================================================
--- 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;