[PATCH] D24354: cmake: Install the OCaml libraries into a more correct path

JacquesPa via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 12:59:38 PDT 2016


jpdeplaix added a comment.

This patch won't work because the META files should be installed in ${OCAML_STDLIB_PATH}.
Otherwise ocamlfind won't be able to locate them. You also have to modify the directory field in the META files accordingly.


https://reviews.llvm.org/D24354





More information about the llvm-commits mailing list