]> git.ipfire.org Git - thirdparty/qemu.git/commit
contrib/plugins: add Darwin support
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 10:38:39 +0000 (12:38 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 11:32:14 +0000 (13:32 +0200)
commitf6feb021e254054c2d50db5392c8b0dfbc932243
tree9ec28a0464e78fd4e51d45f85d726318e2ace15c
parent3045019fc9d4fbfe62a23b9c4eacb2a5ee944d4d
contrib/plugins: add Darwin support

Under Darwin, using -shared makes it impossible to have undefined symbols
and -bundle has to be used instead; so detect the OS and use
different options.

Based-on: <20230907101811.469236-1-pbonzini@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
contrib/plugins/Makefile