obazl / rules_ocaml

A Bazel Language Support Package for OCaml

Home Page:https://obazl.github.io/docs_obazl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ld: warning: ignoring duplicate libraries

mobileink opened this issue · 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 obazl/coswitch#3