mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Don't detect host compiler on Linux
svn path=/branches/xmlbuildsystem/; revision=14782
This commit is contained in:
@@ -590,11 +590,13 @@ MingwBackend::DetectCompiler ()
|
||||
compilerCommand = ROS_PREFIXValue + "-gcc";
|
||||
detectedCompiler = TryToDetectThisCompiler ( compilerCommand );
|
||||
}
|
||||
#if defined(WIN32)
|
||||
if ( !detectedCompiler )
|
||||
{
|
||||
compilerCommand = "gcc";
|
||||
detectedCompiler = TryToDetectThisCompiler ( compilerCommand );
|
||||
}
|
||||
#endif
|
||||
if ( !detectedCompiler )
|
||||
{
|
||||
compilerCommand = "mingw32-gcc";
|
||||
|
||||
Reference in New Issue
Block a user