ocaml-opam / opam-depext

Attempt to automate the installation of system packages required by OPAM packages
Other
33 stars 28 forks source link

Fix build on bytecode-only systems #149

Closed dra27 closed 1 month ago

dra27 commented 2 years ago

The src_ext system attempted to build native code even when only bytecode was required.

This is surfacing with OCaml 5.0 as there are several bytecode-only architectures at the moment.