You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If OCaml is compiled without shared libraries, this rule fails. Could the problematic rule be rewritten into a dune stanza that omits building a shared library for a static environment?
Dune now seems to support targets with no shared libs:
The library expects
ocamlmklib
to produce both a shared and a static library:https://github.com/owlbarn/eigen/blob/master/eigen_cpp/dune#L3
If OCaml is compiled without shared libraries, this rule fails. Could the problematic rule be rewritten into a dune stanza that omits building a shared library for a static environment?
Dune now seems to support targets with no shared libs:
ocsigen/lwt#599
The text was updated successfully, but these errors were encountered: