We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc00d8e commit 69c715cCopy full SHA for 69c715c
src/dune
@@ -4,7 +4,7 @@
4
(public_name goblint-cil)
5
(name cil)
6
(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)
+ (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
8
(modules (:standard \ main))
9
)
10
0 commit comments