From c8d3e50eb70bef01ed4e2e67c89c15ab5069a580 Mon Sep 17 00:00:00 2001 From: Stefano Zacchiroli Date: Mon, 9 Jan 2006 13:55:07 +0000 Subject: [PATCH] matita standard library is an include path per default --- helm/matita/matitaInit.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = -- 2.39.2