attempt at fixing #141

This commit is contained in:
Jeremie Dimino 2015-11-02 15:10:51 +00:00
parent c41969dc62
commit 0003236802
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ let () =
(* "utop" is an internal library so it is not passed as "-package"
to "ocamlfind ocamlmktop". *)
Topfind.don't_load ["utop"];
Topfind.add_predicates ["pkg_utop"];
Topfind.add_predicates ["byte"; "toploop"];
(* Add findlib path so Topfind is available and it won't be
initialized twice if the user does [#use "topfind"]. *)
Topdirs.dir_directory (Findlib.package_directory "findlib");