Skip to content

Commit ca83a0b

Browse files
committed
Update dune
Signed-off-by: Sylvain78 <[email protected]>
1 parent c781c6c commit ca83a0b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/dune

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
(library
22
(foreign_stubs
33
(language c)
4-
(names base_bigstring_stubs)
5-
)
4+
(names base_bigstring_stubs))
65
(c_library_flags (:include flags.sexp))
76
(name base_bigstring)
87
(public_name base_bigstring)
@@ -11,8 +10,7 @@
1110
(libraries base int_repr sexplib)
1211
(ocamlopt_flags :standard -O3)
1312
(preprocess
14-
(pps ppx_jane))
15-
)
13+
(pps ppx_jane)))
1614

1715
(rule
1816
(targets flags.sexp)

0 commit comments

Comments
 (0)