Skip to content

Commit

Permalink
fix: Fix meson command for Flatpak build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfep committed Aug 27, 2024
1 parent 8b390bd commit 0bf395c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -56,10 +54,7 @@ custom_target(
console: true,
install: true,
install_dir: bindir,
# depends: resources,
command: [
'env',
cargo_env,
cargo, 'build',
cargo_options,
'&&',
Expand Down

0 comments on commit 0bf395c

Please sign in to comment.