Skip to content

Commit

Permalink
deps: Properly go up dependency tree (previously was only building le…
Browse files Browse the repository at this point in the history
…aves)
  • Loading branch information
obiwac committed Jan 17, 2025
1 parent 8810de2 commit 8e5f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/deps.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static bool next_batch(
if (tree->built_deps) {
for (size_t i = 0; i < *already_built_count; i++) {
if (strcmp(tree->path, already_built[i]) == 0) {
return false;
return true;
}
}

Expand Down

0 comments on commit 8e5f648

Please sign in to comment.