mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
plugins: allow plugins to be enabled on windows
allow plugins to be enabled in the configure script on windows. Also, add the qemu_plugin_api.lib to the installer. Signed-off-by: Greg Manning <gmanning@rapitasystems.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231102172053.17692-5-gmanning@rapitasystems.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> [AJB: add check for dlltool to configure] Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231106185112.2755262-17-alex.bennee@linaro.org>
This commit is contained in:
committed by
Alex Bennée
parent
f8347d05df
commit
36fa077394
4
configure
vendored
4
configure
vendored
@ -1011,9 +1011,9 @@ if test "$targetos" = "bogus"; then
|
||||
fi
|
||||
|
||||
# test for any invalid configuration combinations
|
||||
if test "$targetos" = "windows"; then
|
||||
if test "$targetos" = "windows" && ! has "$dlltool"; then
|
||||
if test "$plugins" = "yes"; then
|
||||
error_exit "TCG plugins not currently supported on Windows platforms"
|
||||
error_exit "TCG plugins requires dlltool to build on Windows platforms"
|
||||
fi
|
||||
plugins="no"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user