Skip to content

Commit

Permalink
jsoo: match all fields
Browse files Browse the repository at this point in the history
Signed-off-by: Hugo Heuzard <[email protected]>
  • Loading branch information
hhugo committed Nov 15, 2024
1 parent 14a909c commit 1c6c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/jsoo/jsoo_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ let build_exe
=
let sctx = Compilation_context.super_context cc in
let dir = Compilation_context.dir cc in
let { javascript_files; wasm_files; flags; compilation_mode; sourcemap; _ }
let { javascript_files; wasm_files; flags; compilation_mode; sourcemap; enabled_if = _ }
: Js_of_ocaml.In_context.t
=
in_context
Expand Down

0 comments on commit 1c6c5cc

Please sign in to comment.