make symlinks to replacement libs for uninstalled script

This commit is contained in:
Wim Taymans 2020-01-16 13:26:47 +01:00
parent ded3a2a58f
commit bac6bf090c
2 changed files with 12 additions and 2 deletions

View file

@ -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)])