mirror of
https://github.com/JakeHillion/scx.git
synced 2024-12-03 14:27:12 +00:00
8 lines
320 B
Meson
8 lines
320 B
Meson
|
custom_target('scx_rustland_core',
|
||
|
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)
|