Open mimoo opened 3 years ago
Actually deleting the target directory fixes the issue, but I'm not sure why it gets copied in the first place since it's in (dirs :standard \
I guess this repo doesn't have this issue because the dune
file is within src/
With a simple project I get this error:
the dune file:
My guess is that Cargo.lock shouldn't be copied to the
_build
directory, but my(dirs
trick doesn't seem to work.