anki/build/runner
Damien Elmes b4bfc1a80d Let ninja/n2 do the configure invocation
I'd introduced maybe_reconfigure_build() after running into issues where
configure was not being invoked, but have discovered why that was happening:
the out folder path must be identical to the canonical path listed in
build.ninja, which it wasn't when a symlink was used. With this change,
we avoid having to invoke ninja twice, and get visibility into the
configure step.

This also makes rsbridge only depend on out/env, which prevents it from
being rebuilt when any reconfigure happens.
2023-07-02 18:22:44 +10:00
..
src Let ninja/n2 do the configure invocation 2023-07-02 18:22:44 +10:00
build.rs Move away from Bazel (#2202) 2022-11-27 15:24:20 +10:00
Cargo.toml Remove some unused Rust dependencies 2023-06-24 19:30:29 +10:00