LADI
/
spa
1
Fork 0

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:
Thomas Zimmermann 2019-05-17 10:18:47 +02:00 committed by Wim Taymans
parent 5f5403ff75
commit 7af045cf93
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ git submodule init
git submodule update
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