Skip to content

Commit

Permalink
Runtime: allow dynlink of precompiled js with separate compilation (t…
Browse files Browse the repository at this point in the history
…mp fix)
  • Loading branch information
hhugo committed Sep 19, 2024
1 parent 95e71a2 commit 2a47b00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiler/tests-dynlink-js/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
(libraries js_of_ocaml)
(link_flags
(:standard -linkall))
;; Until dune is fixed https://github.com/ocaml/dune/pull/10935
(js_of_ocaml
(flags --linkall))
(modes js byte))

(rule
Expand Down

0 comments on commit 2a47b00

Please sign in to comment.