Skip to content

Commit

Permalink
Fix path construction for input file in hocc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Evans committed Feb 26, 2022
1 parent 7db385a commit 0ee71b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bootstrap/bin/hocc/hocc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ let _ =
File.Fmt.stdout |> Fmt.fmt "XXX hocc: conf=" |> Conf.pp conf |> Fmt.fmt "\n" |> ignore;
let path = Path.join [
(Conf.srcdir conf);
Path.of_string "/";
Path.of_segment (Path.Segment.join [
(Conf.module_ conf);
Option.value_hlt Path.(basename (of_string ".hmh"))
Expand Down

0 comments on commit 0ee71b6

Please sign in to comment.