Skip to content

Commit

Permalink
Update dune
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain78 <[email protected]>
  • Loading branch information
Sylvain78 committed Oct 2, 2024
1 parent c781c6c commit ca83a0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/dune
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
(library
(foreign_stubs
(language c)
(names base_bigstring_stubs)
)
(names base_bigstring_stubs))
(c_library_flags (:include flags.sexp))
(name base_bigstring)
(public_name base_bigstring)
Expand All @@ -11,8 +10,7 @@
(libraries base int_repr sexplib)
(ocamlopt_flags :standard -O3)
(preprocess
(pps ppx_jane))
)
(pps ppx_jane)))

(rule
(targets flags.sexp)
Expand Down

0 comments on commit ca83a0b

Please sign in to comment.