mirror of
https://gitlab.freedesktop.org/pipewire/helvum.git
synced 2026-04-28 01:00:38 +02:00
meson: Fix incorrect output file name
This fixes a typo from 96c61e43 that caused the binary to be generated with the wrong name.
This commit is contained in:
parent
96c61e43d2
commit
6da232debf
1 changed files with 1 additions and 1 deletions
|
|
@ -26,6 +26,6 @@ custom_target(
|
|||
cargo, 'build',
|
||||
cargo_options,
|
||||
'&&',
|
||||
'cp', 'src' / rust_target / meson.project_name(), '@OUTPUT',
|
||||
'cp', 'src' / rust_target / meson.project_name(), '@OUTPUT@',
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue