rules_ocaml icon indicating copy to clipboard operation
rules_ocaml copied to clipboard

ld: warning: ignoring duplicate libraries

Open mobileink opened this issue 2 years ago • 0 comments

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

mobileink avatar Oct 11 '23 13:10 mobileink