mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix r43040 mistake.
svn path=/trunk/; revision=43042
This commit is contained in:
parent
5de8f359fe
commit
1977bb8a55
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue