1.0+beta19.1
rgrinberg
released this
20 Mar 18:59
·
12321 commits
to main
since this release
1.0+beta19.1 (21/03/2018)
-
Missing asm in ocaml -config on bytecode only architecture is no longer fatal
(#637 fixed by #639 @rgrinberg) -
Fix regression introduced by beta19 where duplicate environment variables in
Unix.environ would cause a fatal error. The first defined environment variable
is now chosen. (#638 fixed by #640) -
Use ';' as the path separator for OCAMLPATH on Cygwin (#630 fixed by #636
@diml). -
Use the contents of the
OCAMLPATH
environment variable when not relying on
ocamlfind
(#642 @diml)