Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Dec 6, 2024
1 parent 6ea258b commit 8f58907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dune
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(binaries
(tools/node_wrapper.exe as node))
(wasm_of_ocaml
(enabled_if (%{env:WASMOO=false)))
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js))
Expand All @@ -13,7 +13,7 @@
(binaries
(tools/node_wrapper.exe as node))
(wasm_of_ocaml
(enabled_if (%{env:WASMOO=false)))
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js)
Expand All @@ -33,7 +33,7 @@
(:standard \ -g)))
(_
(wasm_of_ocaml
(enabled_if (%{env:WASMOO=false)))
(enabled_if %{env:WASMOO=false})
(runtest_alias runtest-wasm))
(js_of_ocaml
(runtest_alias runtest-js))
Expand Down

0 comments on commit 8f58907

Please sign in to comment.