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:
Samuel Serapion
2009-07-08 17:28:52 +00:00
parent 09fa8c5b2c
commit e89338deae
+1 -1
View File
@@ -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)