Skip to content

Commit

Permalink
Work around missing async_js_jane
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Sep 11, 2020
1 parent 1cb340b commit ab7e240
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions incr_dom/example/monitor/dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(executables (names main) (libraries incr_dom uri async_js_jane)
(preprocess (pps js_of_ocaml-ppx ppx_jane -allow-unannotated-ignores)))
; (executables (names main) (libraries incr_dom uri async_js_jane)
; (preprocess (pps js_of_ocaml-ppx ppx_jane -allow-unannotated-ignores)))
6 changes: 3 additions & 3 deletions incr_dom/example/test_backpressure/web_client/dune
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(executables (names main)
(libraries async_js_jane core_kernel backpressure_test_shared)
(preprocess (pps ppx_jane)))
; (executables (names main)
; (libraries async_js_jane core_kernel backpressure_test_shared)
; (preprocess (pps ppx_jane)))

0 comments on commit ab7e240

Please sign in to comment.