mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Alcotest is not a test dependency and needs stubs
This fixes the dependency, and the static linking scripts
This commit is contained in:
parent
9c1b51b1a1
commit
404dc00db1
@ -19,6 +19,7 @@ CUSTOM_LINKING_CATALA_Z3="\
|
||||
-cclib -lgmp
|
||||
-cclib -lcamlstr
|
||||
-cclib -lANSITerminal_stubs
|
||||
-cclib -lalcotest_stubs
|
||||
-cclib -lunix)"
|
||||
|
||||
CUSTOM_LINKING_CATALA_NOZ3="(-cclib -static -cclib -no-pie)"
|
||||
|
@ -41,7 +41,7 @@ depends: [
|
||||
"zarith" {>= "1.12"}
|
||||
"zarith_stubs_js" {>= "v0.14.1"}
|
||||
"crunch" {>= "3.0.0"}
|
||||
"alcotest" {with-test & >= "1.5.0"}
|
||||
"alcotest" {>= "1.5.0"}
|
||||
"odoc" {with-doc}
|
||||
"ocamlformat" {cataladevmode & = "0.21.0"}
|
||||
"obelisk" {cataladevmode}
|
||||
|
Loading…
Reference in New Issue
Block a user