mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:03:00 +00:00
Accidently commited a hack together with r37190. This will be reverted.
svn path=/trunk/; revision=37208
This commit is contained in:
parent
8a89143b07
commit
559030c1fd
1 changed files with 3 additions and 0 deletions
|
@ -885,6 +885,9 @@ MingwBackend::GetBinutilsVersion ( const string& binutilsCommand )
|
||||||
bool
|
bool
|
||||||
MingwBackend::IsSupportedCompilerVersion ( const string& compilerVersion )
|
MingwBackend::IsSupportedCompilerVersion ( const string& compilerVersion )
|
||||||
{
|
{
|
||||||
|
if ( strcmp ( compilerVersion.c_str (), "3.4.2") < 0 )
|
||||||
|
return false;
|
||||||
|
else
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue