mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04: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. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |