mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-02 13:57:11 +00:00
9 lines
356 B
Meson
9 lines
356 B
Meson
|
sched = custom_target('scx_bpfland',
|
||
|
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)
|