Skip to content

Commit

Permalink
reflect review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haochenx committed Jun 9, 2023
1 parent cefc8e0 commit de52b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/melange/melange_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ let add_deps_to_default_ailases ~dir deps =
let melange_implicit_alias =
Alias.make Melange_stanzas.Emit.implicit_alias ~dir
in
let dune_default_alias = Alias.make Alias.Name.all ~dir in
let dune_default_alias = Alias.all ~dir in
let attach alias = Rules.Produce.Alias.add_deps alias deps in
attach melange_implicit_alias >>> attach dune_default_alias

Expand Down

0 comments on commit de52b52

Please sign in to comment.