ocaml / flexdll

a dlopen-like API for Windows
Other
98 stars 30 forks source link

Ensure bootstrapping picks up correct version #24

Closed dra27 closed 8 years ago

dra27 commented 8 years ago

Calling ocamlopt directly could pick up a system-installed ocamlopt, and so select the wrong version of the compiler.

dra27 commented 8 years ago

I wouldn't update the submodule in OCaml for this - all that can happen is that the compatibility code might be unnecessarily used. It's better for the submodule in OCaml to represent a tagged release of FlexDLL.

alainfrisch commented 8 years ago

Well, spotted!

dra27 commented 8 years ago

Sadly it was my line of code in the first place!