Skip to content

Commit

Permalink
[fix] build: Quick fix added depends to opabsl.cmx
Browse files Browse the repository at this point in the history
  • Loading branch information
BourgerieQuentin committed Jul 5, 2012
1 parent cca9d9c commit 5ff7163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ let opp_build opa_plugin opp oppf env build =
Cmd(S[A"touch"; P(env oppf) ] )]
in
rule "opa_plugin_dir: opa_plugin -> oppf"
~deps:("%.opa_plugin" :: (tool_deps "ppdebug") @ (tool_deps "ppjs") @ (tool_deps opa_plugin_builder_name))
~deps:("%.opa_plugin" :: "opabsl/opabslgenMLRuntime.cmx" :: (tool_deps "ppdebug") @ (tool_deps "ppjs") @ (tool_deps opa_plugin_builder_name))
~prod:"%.oppf" (* use a dummy target because ocamlbuild don't want directory target *)
(opp_build "%.opa_plugin" "%" "%.oppf")
;
Expand Down

0 comments on commit 5ff7163

Please sign in to comment.