termux-packages
termux-packages copied to clipboard
termux_step_configure_meson.sh: Add setup option with meson command
This commit fixes the following warning with meson newer than 0.64.0 version.
WARNING: Running the setup command as `meson [options]' instead of `meson setup [options]' is ambiguous and deprecated.
This is a very straightforward improvement. The warning doesn't break anything. But neither does fixing it.
Looks good to me, though I'm not very familiar with Meson, so I'm unsure if this could have unforeseen consequences.