mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
autogen.sh: Replace symbolic link to Makefile
The autogen.sh script creates a symbolic link to the build/Makfile. If the link already exists, a warning is printed and the old link persists. Now replace it with the correct target. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
This commit is contained in:
parent
473fb330cf
commit
352b04ba21
1 changed files with 1 additions and 1 deletions
|
|
@ -19,4 +19,4 @@
|
|||
|
||||
mkdir -p build
|
||||
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
|
||||
ln -s build/Makefile Makefile
|
||||
ln -sf build/Makefile Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue