rules_ocaml
rules_ocaml copied to clipboard
ld: warning: ignoring duplicate libraries
We get this warning for OPAM package deps where an OCaml archive uses Extra C object files to list a cc dependency. This is because the coswitch tool adds a cc_import for static libs.
See https://github.com/obazl/coswitch/issues/3