Skip to content

Commit

Permalink
configure: Fix meson usage
Browse files Browse the repository at this point in the history
Fix warning:
WARNING: Running the setup command as `meson [options]` instead of
`meson setup [options]` is ambiguous and deprecated.

Signed-off-by: Petr Vorel <pvorel@suse.cz>
  • Loading branch information
pevik committed Dec 22, 2023
1 parent a98a86c commit 999e4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ if [ $# -ne 0 ]; then
# See also: http://mesonbuild.com/howtox.html
fi

meson $DIR
meson setup $DIR

0 comments on commit 999e4db

Please sign in to comment.