commit | f6feb021e254054c2d50db5392c8b0dfbc932243 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 07 12:38:39 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Sep 07 13:32:14 2023 +0200 |
tree | 9ec28a0464e78fd4e51d45f85d726318e2ace15c | |
parent | 3045019fc9d4fbfe62a23b9c4eacb2a5ee944d4d [diff] |
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>