Skip to content

Commit

Permalink
Merge pull request #170 from gpetiot/fix-warning-58
Browse files Browse the repository at this point in the history
Use dune modes stanza to fix warning 58
  • Loading branch information
samoht authored Sep 12, 2019
2 parents c73343f + 571f600 commit ddc6c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/top/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
(library
(name mdx_top)
(public_name mdx.top)
(modes byte)
(preprocess (action (run %{bin:cppo} -V OCAML:%{ocaml_version} %{input-file})))
(libraries unix mdx compiler-libs compiler-libs.toplevel threads findlib.top))

0 comments on commit ddc6c1e

Please sign in to comment.