Skip to content

Commit

Permalink
fix triangle builds (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Asplund <[email protected]>
  • Loading branch information
mwasplund and Matthew Asplund authored Sep 11, 2022
1 parent d3ff3ca commit 5759e9f
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/Client/Core/Source/Build/RecipeBuildRunner.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ namespace Soup::Core

// Keep track of the packages we have already built
auto insertBuildState = buildSet.emplace(
recipe.GetName(),
languagePackageName,
workingDirectory);

// Replace the find iterator so it can be used to update the shared table state
Expand Down
Loading

0 comments on commit 5759e9f

Please sign in to comment.