mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
fixed project update problem
This commit is contained in:
parent
cab2547573
commit
4b91e1e317
1 changed files with 1 additions and 0 deletions
|
@ -333,6 +333,7 @@ public class BuildInfoFactory {
|
||||||
ICommand builder = MakeProjectNature.getBuildSpec(description, builderID);
|
ICommand builder = MakeProjectNature.getBuildSpec(description, builderID);
|
||||||
args.put(name, value);
|
args.put(name, value);
|
||||||
builder.setArguments(args);
|
builder.setArguments(args);
|
||||||
|
MakeProjectNature.setBuildSpec(description, builder);
|
||||||
project.setDescription(description, null);
|
project.setDescription(description, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue