mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
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. |
||
|---|---|---|
| .. | ||
| configure | ||
| ninja_gen | ||
| runner | ||