obazl / rules_ocaml

A Bazel Language Support Package for OCaml
https://obazl.github.io/docs_obazl
Apache License 2.0
32 stars 7 forks source link

ld: warning: ignoring duplicate libraries #51

Open mobileink opened 1 year ago

mobileink commented 1 year ago

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