Re: [PATCH 2/5] build: remove version check on compiler links function

2024-10-15 Thread Robin Jarry
Bruce Richardson, Sep 20, 2024 at 14:57: The "compiler.links()" function meson documentation [1] is a little unclear, in a casual reading implies that the function was new in 0.60 meson release. In fact, it is only enhanced as described in that release, but is present earlier. As such, we can rem

[PATCH 2/5] build: remove version check on compiler links function

2024-09-20 Thread Bruce Richardson
The "compiler.links()" function meson documentation [1] is a little unclear, in a casual reading implies that the function was new in 0.60 meson release. In fact, it is only enhanced as described in that release, but is present earlier. As such, we can remove the version checks preceeding the calls