pipewire/autogen.sh
Thomas Zimmermann 7af045cf93 autogen.sh: Put meson arguments right after command name
According to the meson man page, arguments go directly after the command's
name. Rearrange the call accordingly.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
2019-05-23 10:14:10 +02:00

10 lines
201 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 -sf build/Makefile Makefile