Hi,
I’m currently working with an ocaml library that uses c++ binding. When I build the library from the sources, in the build repository, there are both .so
and .a
file. However, when I install it from opam and pin-depends, only the .a
files are built.
I don’t understand why, and I wonder if there is a way to force that?
11 posts - 3 participants