Skip to content
Success

Changes

Summary

  1. Bootstrapping FlexDLL when new primitives have been added (#9700) (commit: e9754b0) (details)
Commit e9754b0fb7a546c2db972b7928c3f2a36947c69e by noreply
Bootstrapping FlexDLL when new primitives have been added (#9700)

Under Windows, it is possible to build FlexDLL from sources while
OCaml is building from sources too.  This is used for our Appveyor CI,
in particular.

However, the current build procedure assumes that the OCaml bootstrap
is stable, and in particular that boot/ocamlc knows about all the primitives
defined by runtime/ocamlrun and used in stdlib.

This commit lifts this assumption and enables FlexDLL to be bootstrapped
even if the OCaml bootstrap is not there yet.  This unblocks Appveyor CI
in this case.
(commit: e9754b0)
The file was modifiedMakefile (diff)