Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ejgallego committed Oct 9, 2020
1 parent badec0b commit 933ef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/coq_module.ml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let obj_files x ~wrapper_name ~mode ~obj_dir =
let cmxs_obj = cmxs_of_mod ~wrapper_name x in
List.map
~f:(fun x ->
(Path.Build.relative vo_dir x, install_vo_dir ^ "/.coq_native/" ^ x))
(Path.Build.relative vo_dir x, Filename.(concat (concat install_vo_dir ".coq_native") x)))
cmxs_obj
| VoOnly -> []
in
Expand Down

0 comments on commit 933ef6d

Please sign in to comment.