Skip to content

Commit

Permalink
more robust sedlex hack - still waiting for sedlex/issues/57
Browse files Browse the repository at this point in the history
  • Loading branch information
smolkaj committed Jan 29, 2018
1 parent ac49b32 commit 06dfbd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jbuild
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
(rule
((targets (Lexer.ml))
(deps (Lexer.sedlex.ml))
(action (run ${ocaml_where}/../sedlex/ppx_sedlex ${<} -o ${@}))))
(action (run ${lib:sedlex:ppx_sedlex} ${<} -o ${@}))))


;; generate parser
(menhir
Expand Down

0 comments on commit 06dfbd9

Please sign in to comment.