mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for PR 88592
This commit is contained in:
parent
bc8ea403ac
commit
ad66a43cd2
1 changed files with 1 additions and 1 deletions
|
@ -624,7 +624,7 @@ public class GeneratedMakefileBuilder extends ACBuilder {
|
|||
checkCancel(monitor);
|
||||
statusMsg = ManagedMakeMessages.getFormattedString("ManagedMakeBuilder.message.starting", getProject().getName()); //$NON-NLS-1$
|
||||
monitor.subTask(statusMsg);
|
||||
IPath buildDir = new Path(info.getConfigurationName());
|
||||
IPath buildDir = generator.getBuildWorkingDir();
|
||||
if (buildDir != null) {
|
||||
invokeMake(INCREMENTAL_BUILD, buildDir, info, generator, monitor);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue