mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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>
This commit is contained in:
parent
5f5403ff75
commit
7af045cf93
1 changed files with 1 additions and 1 deletions
|
|
@ -6,5 +6,5 @@ git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
meson setup build "$@" # use 'autogen.sh --reconfigure' to update
|
meson setup "$@" build # use 'autogen.sh --reconfigure' to update
|
||||||
ln -sf build/Makefile Makefile
|
ln -sf build/Makefile Makefile
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue