Skip to content

Commit 69c715c

Browse files
committed
Revert "Remove unused batteries dependency from cil library"
This reverts commit 47db719.
1 parent cc00d8e commit 69c715c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(public_name goblint-cil)
55
(name cil)
66
(wrapped false) ; this should be changed, but then module paths in goblint need to be prefixed
7-
(libraries zarith findlib dynlink unix str stdlib-shims)
7+
(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
88
(modules (:standard \ main))
99
)
1010

0 commit comments

Comments
 (0)