aports/testing/lemoa/cargo-env.patch
2023-07-03 02:48:49 +02:00

14 lines
306 B
Diff

diff --git a/src/meson.build b/src/meson.build
index b2897cf..acf4115 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -47,8 +47,6 @@ cargo_release = custom_target(
install: true,
install_dir: bindir,
command: [
- 'env',
- cargo_env,
cargo, 'build',
cargo_options,
'&&',