Skip to content

Commit

Permalink
Attempt to fix builds on older version of OCaml
Browse files Browse the repository at this point in the history
Signed-off-by: Ulysse Gérard <[email protected]>
  • Loading branch information
voodoos committed May 27, 2024
1 parent 08de11b commit fe06897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/merlin/ocaml_index.ml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ let cctx_rules cctx =
|> Modules.With_vlib.drop_vlib
|> Modules.fold_user_written ~init:[] ~f:(fun module_ acc ->
let cmts =
[ Intf; Impl ]
[ Ml_kind.Intf; Impl ]
|> List.filter_map ~f:(fun ml_kind ->
Obj_dir.Module.cmt_file obj_dir ~ml_kind ~cm_kind module_
|> Option.map ~f:Path.build)
Expand Down

0 comments on commit fe06897

Please sign in to comment.