mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05: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
352b04ba21
commit
62afada593
1 changed files with 1 additions and 1 deletions
|
|
@ -18,5 +18,5 @@
|
||||||
# Only there to make jhbuild happy
|
# Only there to make jhbuild happy
|
||||||
|
|
||||||
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