mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
meson: fix symbolic link creating on FreeBSD
This commit is contained in:
parent
35c27d0c10
commit
f021866adb
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ custom_target('pipewire-uninstalled',
|
|||
install: false,
|
||||
input: pipewire_exec,
|
||||
output: 'pipewire-uninstalled',
|
||||
command: [ln, '-fsr', '@INPUT@', '@OUTPUT@'],
|
||||
command: [ln, '-fs', meson.build_root() + '/@INPUT@', '@OUTPUT@'],
|
||||
)
|
||||
|
||||
#desktop_file = i18n.merge_file(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue