Skip to content

Commit

Permalink
Re-export Jsoo_runtime from the js_of_ocaml library
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Dec 19, 2024
1 parent b025490 commit 796e973
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compiler/tests-ocaml/lib-effects/double-translation/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compiler/tests-ocaml/lib-effects/dune
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion lib/js_of_ocaml/dune
Original file line number Diff line number Diff line change
@@ -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))
Expand Down

0 comments on commit 796e973

Please sign in to comment.