pipewire/autogen.sh
Thomas Zimmermann 21cd78fe9e 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>
2019-05-23 10:13:50 +02:00

10 lines
200 B
Bash
Executable file

#!/bin/sh
# Only there to make jhbuild happy
git submodule init
git submodule update
mkdir -p build
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
ln -s build/Makefile Makefile