anki/build/ninja_gen
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
Cargo.toml Drop workspace-hack in favor of workspace deps 2023-06-23 17:41:31 +10:00