mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Adjustment to last commit. Use project referenced in the launch config rather than the one stored in the field 'project' (copy&paste goof).
This commit is contained in:
parent
c2c4bc613c
commit
f98068dadf
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ abstract public class AbstractCLaunchDelegate extends LaunchConfigurationDelegat
|
||||||
ICDTLaunchConfigurationConstants.ERR_UNSPECIFIED_PROGRAM);
|
ICDTLaunchConfigurationConstants.ERR_UNSPECIFIED_PROGRAM);
|
||||||
}
|
}
|
||||||
if (!programPath.isAbsolute()) {
|
if (!programPath.isAbsolute()) {
|
||||||
IPath location = project.getLocation();
|
IPath location = cproject.getProject().getLocation();
|
||||||
if (location != null) {
|
if (location != null) {
|
||||||
programPath = location.append(programPath);
|
programPath = location.append(programPath);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue