mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04: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
21cd78fe9e
commit
5f5403ff75
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ git submodule update
|
|||
|
||||
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