diff --git a/compiler/tests-ocaml/lib-effects/double-translation/dune b/compiler/tests-ocaml/lib-effects/double-translation/dune index bee2d8ac89..9dc258c2d8 100644 --- a/compiler/tests-ocaml/lib-effects/double-translation/dune +++ b/compiler/tests-ocaml/lib-effects/double-translation/dune @@ -82,7 +82,7 @@ assume_no_perform assume_no_perform_unhandled assume_no_perform_nested_handler) - (libraries js_of_ocaml-compiler.runtime) + (libraries js_of_ocaml) (action (ignore-outputs (with-accepted-exit-codes diff --git a/compiler/tests-ocaml/lib-effects/dune b/compiler/tests-ocaml/lib-effects/dune index 7eedfc0405..9ac073c2b3 100644 --- a/compiler/tests-ocaml/lib-effects/dune +++ b/compiler/tests-ocaml/lib-effects/dune @@ -62,7 +62,7 @@ assume_no_perform assume_no_perform_unhandled assume_no_perform_nested_handler) - (libraries js_of_ocaml-compiler.runtime) + (libraries js_of_ocaml) (action (ignore-outputs (with-accepted-exit-codes diff --git a/lib/js_of_ocaml/dune b/lib/js_of_ocaml/dune index df22bcb59a..9dc2c3cfe1 100644 --- a/lib/js_of_ocaml/dune +++ b/lib/js_of_ocaml/dune @@ -1,7 +1,8 @@ (library (name js_of_ocaml) (public_name js_of_ocaml) - (libraries js_of_ocaml-compiler.runtime) + (libraries + (re_export js_of_ocaml-compiler.runtime)) (foreign_stubs (language c) (names js_of_ocaml_stubs))