Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 7, 2021
1 parent 9cab7ca commit 8b37b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune_rules/link_flags.ml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ end
type t = string list Action_builder.t t'

let default ~dune_version:_ ~default_cxx_link_flags =
let link_flags_cxx =
let link_flags_cxx =
let+ flags = default_cxx_link_flags in
List.concat_map flags ~f:(fun f -> [ "-cclib"; f ])
in
{ link_flags = Action_builder.return []
; link_flags_cxx =
; link_flags_cxx
}


Expand Down

0 comments on commit 8b37b16

Please sign in to comment.