Open mobileink opened 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.
Extra C object files
coswitch
cc_import
See https://github.com/obazl/coswitch/issues/3
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 thecoswitch
tool adds acc_import
for static libs.See https://github.com/obazl/coswitch/issues/3