armdevvel / mxe-SHARED

MXE (M cross environment) for ARM32 Windows development (shared libraries)
Other
6 stars 3 forks source link

Deprecation of "meson [options]" for newer "meson setup [options]" #37

Open pahaze opened 10 months ago

pahaze commented 10 months ago

Looking at logs, meson projects are complaining about using meson [options] over meson setup [options].

WARNING: Running the setup command as `meson [options]` instead of `meson setup [options]` is ambiguous and deprecated.

Do we want to take this into consideration right now or leave it for later? It doesn't error out, just a warning.

treeswift commented 9 months ago

I experienced it too, but a consistent fix would need rewriting the way the command line is formed. Would leave it as is for now, and keep the issue open.