meson.build: work around Meson bug detecting strndup() on Windows

Work around Meson bug https://github.com/mesonbuild/meson/issues/3672
This commit is contained in:
Max Kellermann
2020-05-26 20:50:16 +02:00
parent 03b9bd3a9e
commit f7b6431b6f
2 changed files with 8 additions and 1 deletions

1
NEWS
View File

@@ -5,6 +5,7 @@ ver 0.21.24 (not yet released)
- simple: fix crash when mounting twice
* fix unit test failure
* fix build failure with Android NDK r21
* work around Meson bug breaking the Windows build with GCC 10
ver 0.21.23 (2020/04/23)
* protocol