diff options
Diffstat (limited to 'discocaml/dune')
-rw-r--r-- | discocaml/dune | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/discocaml/dune b/discocaml/dune index 02fcc09..695d78f 100644 --- a/discocaml/dune +++ b/discocaml/dune @@ -1,7 +1,9 @@ (executable - (libraries compiler-libs.common) + (flags + (:standard -cclib -static -cclib -lm)) + (libraries compiler-libs.common yojson) (name main) (package discocaml) (preprocess - (staged_pps ppx_import ppx_deriving.show)) + (staged_pps ppx_import ppx_deriving.show ppx_deriving_yojson)) (public_name discocaml)) |