Skip to content

Commit

Permalink
cbuild: fix dep resolution oversight
Browse files Browse the repository at this point in the history
  • Loading branch information
q66 committed Jan 29, 2025
1 parent c8bfaf9 commit d70ffee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbuild/core/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ def install(pkg, origpkg, step, depmap, hostdep, update_check):
pass
host_binpkg_deps.append(f"{pn}={pv}")

for pn, pv in missing_deps:
for pn, pv, fulln in missing_deps:
try:
build.build(
step,
Expand Down

0 comments on commit d70ffee

Please sign in to comment.