mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
Fix wrongly located catala runtime library
This commit is contained in:
parent
aa0ab95230
commit
24e43861f8
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user