]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/matitaInit.ml
matita standard library is an include path per default
[helm.git] / helm / matita / matitaInit.ml
index 086932f6fab3ac8c5b4c5147561fc1374911abfc..fec223b006c2f7fc99b8cda7adb4b4f0689ae53f 100644 (file)
@@ -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 =