meson: Use -b to ignore CR vs. CR-LF issues on Windows
commita84258e1f9702f1f6782bda06e97bf65632ccbb1
authorYonggang Luo <luoyonggang@gmail.com>
Tue, 15 Sep 2020 12:13:02 +0000 (15 20:13 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 16 Sep 2020 06:41:06 +0000 (16 08:41 +0200)
treea15b3c1b16469796ee3438c9c0e636d467b9a02b
parent6333da0f0762ac02bac7dc2823f81ded8fceaaeb
meson: Use -b to ignore CR vs. CR-LF issues on Windows

Ideally we would use the '--strip-trailing-cr' option, but not
being POSIX is a portability problem (i.e. BSDs and Solaris
based OSes). Instead use the '-b' option which, although doing
slightly more, produce the expected result on Windows."

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200915121318.247-11-luoyonggang@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qapi-schema/meson.build