Fix colors in bootstrap mode

This commit is contained in:
Jeremie Dimino 2017-02-24 12:20:07 +00:00
parent 9c6e367089
commit 6080929ede
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ let create_log () =
(* Called by the script generated by ../build.ml *)
let bootstrap () =
Ansi_color.setup_err_formatter_colors ();
let pkg = "jbuilder" in
let main () =
let anon s = raise (Arg.Bad (Printf.sprintf "don't know what to do with %s\n" s)) in