From 2a47b005e999d46a1d41c2a66096be17402a484f Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Thu, 19 Sep 2024 11:50:48 +0200 Subject: [PATCH] Runtime: allow dynlink of precompiled js with separate compilation (tmp fix) --- compiler/tests-dynlink-js/dune | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler/tests-dynlink-js/dune b/compiler/tests-dynlink-js/dune index 3a29302d8b..e4cf5e19d1 100644 --- a/compiler/tests-dynlink-js/dune +++ b/compiler/tests-dynlink-js/dune @@ -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