Meson: Fix build_always deprication warning
build_always has been replaced by build_always_stale and build_by_default is assumed now. https://mesonbuild.com/Reference-manual.html#custom_target
This commit is contained in:
parent
05d6d8399d
commit
4ef789e7b9
@ -33,8 +33,7 @@ cargo_vendor = find_program('cargo-vendor', required: false)
|
||||
cargo_script = find_program('scripts/cargo.sh')
|
||||
|
||||
cargo_release = custom_target('cargo-build',
|
||||
build_by_default: true,
|
||||
build_always: true,
|
||||
build_always_stale: true,
|
||||
output: ['gnome-podcasts'],
|
||||
install: true,
|
||||
install_dir: podcasts_bindir,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user