meson format
This commit is contained in:
parent
5790bdce6c
commit
9bad158f91
1 changed files with 1 additions and 5 deletions
|
@ -62,10 +62,6 @@ custom_target(
|
||||||
console: true,
|
console: true,
|
||||||
# means nothing (always stale and uncopied), we can't cp since env: drops the /bin/sh wrapper
|
# means nothing (always stale and uncopied), we can't cp since env: drops the /bin/sh wrapper
|
||||||
output: meson.project_name(),
|
output: meson.project_name(),
|
||||||
command: [
|
command: [cargo, 'build', rust_args],
|
||||||
cargo,
|
|
||||||
'build',
|
|
||||||
rust_args,
|
|
||||||
],
|
|
||||||
env: cargo_env,
|
env: cargo_env,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue