Closed samoht closed 4 years ago
Dune interprets (deps x) as "please build x in the current workspace", which is not what we want for host binaries.
(deps x)
Signed-off-by: Thomas Gazagnaire thomas@gazagnaire.org
@xclerc Pinging on this. Any response here?
Thanks for the pull request; it was recently fixed (https://github.com/janestreet/base/commit/50f3b3e7363b6709601c23087f71dd0567b59869).
Dune interprets
(deps x)
as "please build x in the current workspace", which is not what we want for host binaries.Signed-off-by: Thomas Gazagnaire thomas@gazagnaire.org