Explorar o código

only base_path/std in standard path.

Nicolas Cannasse %!s(int64=19) %!d(string=hai) anos
pai
achega
7ff2a981bd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      main.ml

+ 1 - 1
main.ml

@@ -101,7 +101,7 @@ try
 	Hashtbl.iter (Hashtbl.add Parser.defines) base_defines;
 	Plugin.verbose := false;
 	Typer.forbidden_packages := ["js"; "neko"; "flash"];
-	Plugin.class_path := [base_path;base_path ^ "std/";"";"/"];
+	Plugin.class_path := [base_path ^ "std/";"";"/"];
 	let check_targets() =
 		if !target <> No then failwith "Multiple targets";
 	in