Fix compilation of the clerk opam package

This commit is contained in:
Louis Gesbert 2023-11-28 15:26:20 +01:00
parent 326ee07f5d
commit 5b5790b95b

View File

@ -32,7 +32,7 @@
(:standard
(:include custom_linking.sexp)))
(libraries clerk.driver)
(link_deps ../compiler/catala.exe)
(link_deps (package catala))
; not a real dependency, but when running clerk in practice you always want the catala binary to be up-to-date (e.g. `dune exec -- ckerk test`)
(modules clerk)
(package clerk))