mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Ensure rsbridge gets rebuilt when buildhash changes
Hopefully fixes https://forums.ankiweb.net/t/anki-24-04-beta/41792/2
This commit is contained in:
parent
bfaa28feda
commit
cadbb6ad8d
1 changed files with 1 additions and 0 deletions
|
@ -153,6 +153,7 @@ fn build_rsbridge(build: &mut Build) -> Result<()> {
|
|||
":rslib:proto",
|
||||
// when env vars change the build hash gets updated
|
||||
"$builddir/env",
|
||||
"$builddir/buildhash",
|
||||
// building on Windows requires python3.lib
|
||||
if cfg!(windows) {
|
||||
inputs![":extract:python"]
|
||||
|
|
Loading…
Reference in a new issue