From: Pierrick Bouvier <[email protected]> This eliminates symbol conflicts for whpx symbols on windows-aarch64 host.
Signed-off-by: Pierrick Bouvier <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Manos Pitsidianakis <[email protected]> Message-ID: <[email protected]> Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- target/arm/whpx/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/arm/whpx/meson.build b/target/arm/whpx/meson.build index 3df632c9d30..7385c14f534 100644 --- a/target/arm/whpx/meson.build +++ b/target/arm/whpx/meson.build @@ -2,4 +2,4 @@ arm_system_ss.add(when: 'CONFIG_WHPX', if_true: files( 'whpx-all.c', )) -arm_common_system_ss.add(when: 'CONFIG_WHPX', if_false: files('whpx-stub.c')) +arm_stubs_ss.add(files('whpx-stub.c')) -- 2.53.0
