Topfind.don't_load --> Topfind.don't_load_deeply

Since we don't use `ocamlfind ocamlmktop` anymore
This commit is contained in:
Jeremie Dimino 2017-04-10 18:13:32 +01:00
parent f64e9d2e78
commit 4abe1ca311
1 changed files with 1 additions and 1 deletions

View File

@ -772,7 +772,7 @@ let () =
let () =
(* "utop" is an internal library so it is not passed as "-package"
to "ocamlfind ocamlmktop". *)
Topfind.don't_load ["utop"];
Topfind.don't_load_deeply ["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"]. *)