meson: Don't check for posix_memalign on windows
authorDylan Baker <dylan@pnwbakers.com>
Wed, 18 Apr 2018 20:54:12 +0000 (13:54 -0700)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 10 Oct 2019 23:33:04 +0000 (16:33 -0700)
commit7ef85a0d92871b5ec555846bb091c246b5c4baf5
tree8f37f27a85d0745f09eba9e37afa9c44ba2f3087
parent597a063551fa413c611f5499a78ce59700fc0461
meson: Don't check for posix_memalign on windows

There's a mingw bug for this, it exports __builtin_posix_memalign but
not posix_memalign, so the check will succeed, but compiling will fail.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
meson.build