mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
fixed setting location path for target
This commit is contained in:
parent
a317cc46f9
commit
03f315af98
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ public class MakeTarget implements IMakeTarget {
|
|||
info.setFullBuildEnable(true);
|
||||
info.setFullBuildTarget(target);
|
||||
if ( container != null) {
|
||||
info.setBuildLocation(container.getProjectRelativePath());
|
||||
info.setBuildLocation(container.getFullPath());
|
||||
}
|
||||
IMakeBuilderInfo projectInfo = MakeCorePlugin.createBuildInfo(project, builderID);
|
||||
info.setErrorParsers(projectInfo.getErrorParsers());
|
||||
|
|
Loading…
Add table
Reference in a new issue