Skip to content

Commit 689a0de

Browse files
committed
Fix js build
1 parent 872dca4 commit 689a0de

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/stancjs/dune

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
(executable
22
(name stancjs)
3-
(libraries js_of_ocaml frontend stan_math_backend)
3+
(libraries
4+
js_of_ocaml
5+
frontend
6+
middle
7+
analysis_and_optimization
8+
stan_math_backend)
49
(preprocess
510
(pps js_of_ocaml-ppx ppx_jane))
611
(modes js))

0 commit comments

Comments
 (0)