Skip to content

Commit

Permalink
build: align dry-run with solver-report
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanmohd committed Jul 11, 2024
1 parent 8014e99 commit 83932db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ static int build(struct queue *queue)
args[argindex++] = NULL;

if (evanix_opts.isdryrun) {
if (evanix_opts.solver_report)
printf("🛠️ ");
for (size_t i = 0; i < argindex - 1; i++)
printf("%s%c", args[i],
(i + 2 == argindex) ? '\n' : ' ');
Expand Down

0 comments on commit 83932db

Please sign in to comment.