2
0
Эх сурвалжийг харах

only base_path/std in standard path.

Nicolas Cannasse 19 жил өмнө
parent
commit
7ff2a981bd
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.ml

+ 1 - 1
main.ml

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