termux-packages icon indicating copy to clipboard operation
termux-packages copied to clipboard

termux_step_configure_meson.sh: Add setup option with meson command

Open Biswa96 opened this issue 1 year ago • 1 comments

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.

Biswa96 avatar Jan 23 '24 15:01 Biswa96

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.

TomJo2000 avatar Feb 14 '24 15:02 TomJo2000