Skip to content

Commit

Permalink
fix install location for ptl_to_trp (#99)
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Doligez <[email protected]>
  • Loading branch information
damiendoligez authored Nov 7, 2023
1 parent 5a56e60 commit fe954fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions translate/dune
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(modules_without_implementation fotypes))

(install ; It has to be installed under 2 names for some reason.
(section bin)
(files (main.exe as ptl_to_trp)))
(section (site (tlapm backends)))
(files (main.exe as bin/ptl_to_trp)))

(ocamllex folex)
(ocamlyacc foyacc)

0 comments on commit fe954fc

Please sign in to comment.