Conversation
| (rule | ||
| (target pymltop_libdir.ml) | ||
| (action (with-stdout-to %{target} | ||
| (run echo "let libdir=\"%{project_root}/lib/pyml/\"")))) |
There was a problem hiding this comment.
Not sure how to get the prefix in dune so I just put in project root as a placeholder. We need to replicate
|
How can I reproduce the error? There are no targets There are targets |
|
The error occurs when trying to build from this branch, where I tried to introduce those targets to dune. I created this patch after I noticed I have assumed that not having those targets in dune was an accidental omission in #28 but maybe it was in fact intentional? I am not familiar with OCaml enough to be sure if those programs are useful or expected to be installed. |
Currently does not build:
and
and I am not sure how to insert the libdir properly.