Skip to content

Commit 68fc0f2

Browse files
committed
Fix the dependencies of the Lwt logger
1 parent 6d175b4 commit 68fc0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/lwt/log/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
(public_name js_of_ocaml-lwt.logger)
55
(synopsis "Lwt logger for js_of_ocaml.")
66
(optional)
7-
(libraries (js_of_ocaml lwt lwt_log))
7+
(libraries (js_of_ocaml lwt lwt_log.core))
88
(preprocess (pps (js_of_ocaml-ppx)))))

0 commit comments

Comments
 (0)