yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
363 stars 95 forks source link

Update Makefile.rules #723

Closed atupone closed 1 year ago

atupone commented 1 year ago

From build log (https://bugs.gentoo.org/882367) it seems that the dependency for cmxs are missing .o files.

Not easy to test that build failure to me :(

yallop commented 1 year ago

Thank you!