Skip to content

Commit

Permalink
Symmetry: Fix buildgen build (don't assume dub & unit-threaded are pr…
Browse files Browse the repository at this point in the history
…efetched)
  • Loading branch information
kinke committed Jan 30, 2024
1 parent baa92d6 commit 4d1a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reggae/reggae.d
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ private Binary buildReggaefileDub(O)(auto ref O output, in Options options) {
// a custom compiler
return Binary(
getBuildGenName(options),
["dub", "build", "--nodeps", "--skip-registry=all"], // since we now depend on dub at buildgen runtime
["dub", "build"], // since we now depend on dub at buildgen runtime
);
}

Expand Down

0 comments on commit 4d1a83c

Please sign in to comment.