From 0bf395c1789bcbd8f8b73d40d9951cd20c4d84e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Serf=C5=91z=C5=91?= Date: Tue, 27 Aug 2024 21:23:13 +0200 Subject: [PATCH] fix: Fix meson command for Flatpak build --- src/meson.build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/meson.build b/src/meson.build index b8939f2..28adc73 100644 --- a/src/meson.build +++ b/src/meson.build @@ -46,8 +46,6 @@ else message('Building in debug mode') endif -cargo_env = [ 'CARGO_HOME=' + meson.project_build_root() / 'cargo-home' ] - custom_target( 'cargo-build', build_by_default: true, @@ -56,10 +54,7 @@ custom_target( console: true, install: true, install_dir: bindir, - # depends: resources, command: [ - 'env', - cargo_env, cargo, 'build', cargo_options, '&&',