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