mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-24 08:56:47 -05:00
make symlinks to replacement libs for uninstalled script
This commit is contained in:
parent
ded3a2a58f
commit
bac6bf090c
2 changed files with 12 additions and 2 deletions
|
|
@ -250,4 +250,5 @@ if get_option('man')
|
|||
endif
|
||||
|
||||
setenv = find_program('pw-uninstalled.sh')
|
||||
run_target('uninstalled', command : [setenv, '-b@0@'.format(meson.build_root())])
|
||||
run_target('uninstalled', command : [setenv,
|
||||
'-b@0@'.format(meson.build_root()), '-v@0@'.format(pipewire_version)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue