Skip to content

Commit

Permalink
Merge pull request #444 from goblint/fix_precCompare_builds
Browse files Browse the repository at this point in the history
Fix dune file for PrecCompare tools
  • Loading branch information
michael-schwarz authored Nov 11, 2021
2 parents a568baf + 9f98557 commit e7d0217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@
(executable
(name privPrecCompare)
(modules privPrecCompare)
(libraries goblint.lib)
(libraries goblint.lib goblint.sites.dune)
(preprocess (staged_pps ppx_deriving.std ppx_deriving_yojson ppx_distr_guards ocaml-monadic))
(flags :standard -linkall)
)

(executable
(name apronPrecCompare)
(modules apronPrecCompare)
(libraries goblint.lib)
(libraries goblint.lib goblint.sites.dune)
(preprocess (staged_pps ppx_deriving.std ppx_deriving_yojson ppx_distr_guards ocaml-monadic))
(flags :standard -linkall)
)
Expand Down

0 comments on commit e7d0217

Please sign in to comment.