Skip to content

Commit

Permalink
fix after rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Heuzard <[email protected]>
  • Loading branch information
hhugo committed Dec 2, 2021
1 parent 21aa3e6 commit 2065b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/super_context.ml
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ let link_flags t ~dir ~expander ~use_standard_c_and_cxx_flags ~flags =
then
let open Action_builder.O in
let+ default = default
and+ flags = Cxx_flags.get_flags ~for_:Link dir in
and+ flags = Cxx_flags.get_flags ~for_:Link (context t) in
default @ List.concat_map flags ~f:(fun f -> [ "-cclib"; f ])
else default
in
Expand Down

0 comments on commit 2065b9a

Please sign in to comment.