mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Remove unneeded character in ROS_PREFIX case of invocation so that TryToDetectThisCompiler() doesn't fail
svn path=/branches/ros-amd64-bringup/; revision=41809
This commit is contained in:
@@ -749,7 +749,7 @@ MingwBackend::DetectCompiler ()
|
||||
if ( ROS_PREFIXValue.length () > 0 )
|
||||
{
|
||||
compilerPrefix = ROS_PREFIXValue;
|
||||
compilerCommand = compilerPrefix + "-gcc";
|
||||
compilerCommand = compilerPrefix + "gcc";
|
||||
detectedCompiler = TryToDetectThisCompiler ( compilerCommand );
|
||||
}
|
||||
#if defined(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user