Skip to content

Commit

Permalink
fix: requires_compile returns the correct deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MA0010 committed Jun 14, 2024
1 parent 74dcdaa commit 514d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/compilation_context.ml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ let create
; obj_dir
; modules = { modules; dep_graphs }
; flags
; requires_compile
; requires_compile = requires
; requires_link
; includes = Includes.make ~project ~opaque ~requires ~direct
; preprocessing
Expand Down

0 comments on commit 514d4f3

Please sign in to comment.