diff --git a/ppx_let.opam b/ppx_let.opam index f4f48e5a6..fd1cc8433 100644 --- a/ppx_let.opam +++ b/ppx_let.opam @@ -6,7 +6,7 @@ bug-reports: "https://github.com/janestreet/ppx_let/issues" dev-repo: "https://github.com/janestreet/ppx_let.git" license: "Apache-2.0" build: [ - ["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs] + ["jbuilder" "build" "--only-packages" "ppx_let" "--root" "." "-j" jobs "@install"] ] depends: [ "jbuilder"