Meson: Single check for libm
Currently meson based build find libm six times separately for each binary that gets linked. Replace that with single find that assigns it to a variable that is then used in those six places.
Currently meson based build find libm six times separately for each binary that gets linked. Replace that with single find that assigns it to a variable that is then used in those six places.