Skip to content

Commit

Permalink
Revert "Remove unused batteries dependency from cil library"
Browse files Browse the repository at this point in the history
This reverts commit 47db719.
  • Loading branch information
sim642 committed Apr 8, 2022
1 parent cc00d8e commit 69c715c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(public_name goblint-cil)
(name cil)
(wrapped false) ; this should be changed, but then module paths in goblint need to be prefixed
(libraries zarith findlib dynlink unix str stdlib-shims)
(libraries zarith findlib dynlink unix str stdlib-shims batteries.unthreaded) ; batteries shouldn't be needed, but tests fail on MacOS otherwise: https://github.com/goblint/cil/pull/89#issuecomment-1092610041
(modules (:standard \ main))
)

Expand Down

0 comments on commit 69c715c

Please sign in to comment.