mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-25 12:10:24 +00:00
9 lines
353 B
Meson
9 lines
353 B
Meson
sched = custom_target('scx_lavd',
|
|
output: '@PLAINNAME@.__PHONY__',
|
|
input: 'Cargo.toml',
|
|
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
|
cargo_build_args],
|
|
env: cargo_env,
|
|
depends: [sched],
|
|
build_always_stale: true)
|