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
svn path=/branches/ros-amd64-bringup/; revision=41804
This commit is contained in:
@@ -993,7 +993,7 @@ MingwBackend::DetectBinutils ()
|
||||
if ( ROS_PREFIXValue.length () > 0 )
|
||||
{
|
||||
binutilsPrefix = ROS_PREFIXValue;
|
||||
binutilsCommand = binutilsPrefix + "-ld";
|
||||
binutilsCommand = binutilsPrefix + "ld";
|
||||
manualBinutilsSetting = true;
|
||||
detectedBinutils = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user