Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Oct 25, 2023
1 parent 3ffd24a commit d169ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/runtime/js/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(name bisect_melange)
(name bisect)
(modes melange)
(public_name bisect_ppx.runtime_melange)
(synopsis "Bisect_ppx runtime library for Melange")
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/native/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(name bisect)
(name bisect_native)
(public_name bisect_ppx.runtime)
(synopsis "Bisect_ppx runtime library (internal)")
(libraries bisect_ppx.common unix))

0 comments on commit d169ba4

Please sign in to comment.