meson format

This commit is contained in:
psykose 2024-11-14 07:48:08 +01:00
parent 5790bdce6c
commit 9bad158f91
Signed by: psykose
SSH key fingerprint: SHA256:pRMVjV3kRB6zl+wNx+sV8KoMnPqQAW6v8dNCxsCGZv8

View file

@ -62,10 +62,6 @@ custom_target(
console: true,
# means nothing (always stale and uncopied), we can't cp since env: drops the /bin/sh wrapper
output: meson.project_name(),
command: [
cargo,
'build',
rust_args,
],
command: [cargo, 'build', rust_args],
env: cargo_env,
)