rules_ocaml icon indicating copy to clipboard operation
rules_ocaml copied to clipboard

eliminate findlib warning: Interface occurs in several directories

Open mobileink opened this issue 4 years ago • 1 comments

E.g. findlib: [WARNING] Interface topdirs.cmi occurs in several directories: ....

Set OCAMLFIND_IGNORE_DUPS_IN ?

mobileink avatar Jan 17 '21 20:01 mobileink

Added OCAMLFIND_IGNORE_DUPS_IN to ocaml_module, ocaml_signature, with hardcoded paths to deal with topdirs.cmi, digestif.cmi.

TODO: use a build flag to allow user to pass dirs to be ignored.

mobileink avatar Mar 01 '21 19:03 mobileink