mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
autogen.sh: Reuse existing build directory
Removing the build directory might delete important development files as well. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
This commit is contained in:
parent
e20857ccd1
commit
21cd78fe9e
1 changed files with 2 additions and 3 deletions
|
|
@ -5,7 +5,6 @@
|
|||
git submodule init
|
||||
git submodule update
|
||||
|
||||
rm -rf ./build
|
||||
mkdir build
|
||||
meson build "$@"
|
||||
mkdir -p build
|
||||
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
|
||||
ln -s build/Makefile Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue