Change path to XMLTree library
[SXSI/xpathcomp.git] / build
diff --git a/build b/build
index ce2a599..9b62f74 100755 (executable)
--- a/build
+++ b/build
@@ -56,7 +56,7 @@ let tests_targets = []
 let () = Cmdline.parse ()
 let cmd_list =
   let ocamlbuild =
-    Printf.sprintf "ocamlbuild  -byte-plugin %s %s -j %i "
+    Printf.sprintf "ocamlbuild %s %s -j %i "
       !Cmdline.verbose (String.concat " " !Cmdline.tags) !Cmdline.jobs
   in
   List.map begin function