Skip to content

Commit

Permalink
Issue #167 - Core Build Makefile project build output folder.
Browse files Browse the repository at this point in the history
* Issue Issue #167 was partly solved by PR #192 (commit 7911ac8).
  This change fixes the problem that after closing and opening a
  Makefile project the wrong build output location was used for the
  default Run configuration.
  The cause was that StandardBuildConfiguration.buildContainer was
  null after opening the project.

Fixes #167
  • Loading branch information
ewaterlander authored and jonahgraham committed Mar 17, 2023
1 parent 5db69e7 commit 2b297c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ public StandardBuildConfiguration(IBuildConfiguration config, String name) throw
public StandardBuildConfiguration(IBuildConfiguration config, String name, IToolChain toolChain, String launchMode)
throws CoreException {
super(config, name, toolChain, launchMode);
applyProperties();
setupEnvVars();
}

Expand Down

0 comments on commit 2b297c4

Please sign in to comment.