Hi Josh On 19/03/2025 22:23, Josh Steadmon wrote:
On 2025.03.18 16:24, Josh Steadmon wrote: I'm currently working on an alternate solution where we build the object files in Cargo's working directory, rather than in the source tree. This will (mostly) avoid the need to clean after the build. I hope to send a v2 with this change in the next few days.
Meson has builtin support for out-of-tree builds which would make building in Cargo's OUT_DIR trivial. Our meson build is still experimental though so you may not want to rely on it.
Best Wishes Phillip