mirror of
https://github.com/sched-ext/scx.git
synced 2024-11-29 06:00:23 +00:00
8aae9a5de2
Use plural form which is more widespread and also used in scheduler implementations. No functional changes.
8 lines
321 B
Meson
8 lines
321 B
Meson
custom_target('scx_stats',
|
|
output: '@PLAINNAME@.__PHONY__',
|
|
input: 'Cargo.toml',
|
|
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
|
'--all', cargo_build_args],
|
|
env: cargo_env,
|
|
build_by_default: true)
|