Fix r43040 mistake.

svn path=/trunk/; revision=43042
This commit is contained in:
Dmitry Gorbachev 2009-09-13 21:26:46 +00:00
parent 5de8f359fe
commit 1977bb8a55

View file

@ -743,7 +743,7 @@ MingwBackend::DetectCompiler ()
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;