Skip to content

Commit

Permalink
Use dynlink
Browse files Browse the repository at this point in the history
@emillon: See ocaml#4081 - this might not work on arm32 otherwise.

Co-authored-by: Etienne Millon <[email protected]>
Signed-off-by: Ulysse Gérard <[email protected]>
  • Loading branch information
voodoos and emillon committed Jan 18, 2021
1 parent e9a6c58 commit 3e7e7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/mdx.ml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ let mdx_prog_gen t ~sctx ~dir ~scope ~expander ~mdx_prog =
~modules ~flags
~requires_compile:(Lib.Compile.direct_requires compile_info)
~requires_link:(Lib.Compile.requires_link compile_info)
~opaque:(Explicit false) ~js_of_ocaml:None ~dynlink:false ~package:None ()
~opaque:(Explicit false) ~js_of_ocaml:None ~dynlink:true ~package:None ()
in
Exe.build_and_link cctx
~program:{ name; main_module_name; loc }
Expand Down

0 comments on commit 3e7e7c8

Please sign in to comment.