sched = custom_target('scx_loader', output: '@PLAINNAME@.__PHONY__', input: 'Cargo.toml', command: [cargo, 'build', '--manifest-path=@INPUT@', '--target-dir=@OUTDIR@', cargo_build_args], env: cargo_env, depends: sched_deps, build_by_default: false, build_always_stale: true)