summaryrefslogtreecommitdiff
path: root/myocamlbuild.ml
diff options
context:
space:
mode:
Diffstat (limited to 'myocamlbuild.ml')
-rw-r--r--myocamlbuild.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index 22709d7..ef28618 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -1,8 +1,7 @@
open Ocamlbuild_plugin;;
dispatch begin function
| After_rules ->
- (* declare the tags "use_Cparser" and "include_Cparser" *)
- ocaml_lib "cparser/Cparser";
+ flag ["ocaml"; "parser"; "menhir"] (A("--explain"));
(* libraries and syntax extensions accessed via ocamlfind *)
flag ["ocaml"; "link"; "pkg_unix"] & S[A"-package"; A "unix"];