소스 검색

[all] forgot to update install.ml
as usual

Caue Waneck 12 년 전
부모
커밋
d4ce9d0450
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/install.ml

+ 1 - 1
doc/install.ml

@@ -116,7 +116,7 @@ let compile_libs() =
 
 	(* JAVALIB *)
 	Sys.chdir "javalib";
-	let files = "-I .. jData.mli jReader.ml" in
+	let files = "-I .. jData.ml jReader.ml" in
 	if bytecode then command ("ocamlc -a -o java.cma " ^ files);
 	if native then command ("ocamlopt -a -o java.cmxa " ^ files);
 	Sys.chdir "..";