]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: genprotocol: Always apply fixups to rpcgen's output
authorPeter Krempa <pkrempa@redhat.com>
Wed, 8 Mar 2023 08:51:05 +0000 (09:51 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 13 Mar 2023 16:11:04 +0000 (17:11 +0100)
commit06cc86d28a86c21b8739c5f85acc0df31c3c51bd
treebff5985be96a4da781307cc3fe94ef435968fa08
parent7db8373e082e6413b2ad5a7ec311bbad4cbc0e91
rpc: genprotocol: Always apply fixups to rpcgen's output

The platform check which determines when to apply the fixups mentions
all officially supported build targets (per docs/platforms.rst) thus
it's not really necessary.

Additionally while not explicitly written as supported the check does
not work properly when building with the MinGW toolchain on Windows as
it does not apply the needed transformations. They are necessary
there the same way as with MinGW on Linux.

https://gitlab.com/libvirt/libvirt/-/issues/453

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/rpc/genprotocol.pl