Fix wrongly located catala runtime library

This commit is contained in:
Denis Merigoux 2023-10-10 14:11:53 +02:00
parent aa0ab95230
commit 24e43861f8
No known key found for this signature in database
GPG Key ID: EE99DCFA365C3EE3

View File

@ -295,8 +295,8 @@ module Poll = struct
File.(exec_dir /../ "lib" / "catala" / "runtime_ocaml")
with
| Some d -> d
| None -> File.(Lazy.force ocaml_libdir / "catala" / "runtime"))
(* FIXME check this, not "runtime_ocaml" ?? *)
| None -> File.(Lazy.force ocaml_libdir / "catala" / "runtime_ocaml")
)
in
match File.check_directory d with
| Some dir ->