mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fix r43040 mistake.
svn path=/trunk/; revision=43042
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user