meson: fix symbolic link creating on FreeBSD

This commit is contained in:
Huang-Huang Bao 2021-03-17 19:28:07 +08:00
parent 35c27d0c10
commit f021866adb
No known key found for this signature in database
GPG key ID: 33C3271387A13D1B

View file

@ -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(