From f021866adb22d91a64fbc871217803fc04244324 Mon Sep 17 00:00:00 2001 From: Huang-Huang Bao Date: Wed, 17 Mar 2021 19:28:07 +0800 Subject: [PATCH] meson: fix symbolic link creating on FreeBSD --- src/daemon/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/meson.build b/src/daemon/meson.build index 3c5f05b08..6ba4a6a69 100644 --- a/src/daemon/meson.build +++ b/src/daemon/meson.build @@ -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(