From: Stefano Zacchiroli Date: Mon, 9 Jan 2006 13:55:07 +0000 (+0000) Subject: matita standard library is an include path per default X-Git-Tag: make_still_working~7868 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=c8d3e50eb70bef01ed4e2e67c89c15ab5069a580;p=helm.git matita standard library is an include path per default --- diff --git a/helm/matita/matitaInit.ml b/helm/matita/matitaInit.ml index 086932f6f..fec223b00 100644 --- a/helm/matita/matitaInit.ml +++ b/helm/matita/matitaInit.ml @@ -155,7 +155,7 @@ let set_registry_values = let parse_cmdline init_status = if not (already_configured [CmdLine] init_status) then begin - let includes = ref [] in + let includes = ref [ BuildTimeConf.stdlib_dir ] in let args = ref [] in let add_l l = fun s -> l := s :: !l in let arg_spec =