mirror of
https://github.com/sched-ext/scx.git
synced 2024-12-01 07:00:23 +00:00
f7f0e3236c
Rename scx_rustlite to scx_rustland to better represent the mirroring of scx_userland (in C), but implemented in Rust. Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
8 lines
315 B
Meson
8 lines
315 B
Meson
custom_target('scx_rustland',
|
|
output: '@PLAINNAME@.__PHONY__',
|
|
input: 'Cargo.toml',
|
|
command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@',
|
|
cargo_build_args],
|
|
env: cargo_env,
|
|
build_by_default: true)
|