atos-tools / qemu

QEMU with instrumentation support, ref to tcg/plugins/README
https://guillon.github.io/qemu-plugins
Other
5 stars 8 forks source link

fix build of several targets with --target-list #22

Open ValouBambou opened 3 months ago

ValouBambou commented 3 months ago

When trying to build with 2 target in the target-list flag of configure it leads to this error : ../meson.build:3491:20: ERROR: Tried to create target "tcg-plugin-cpp", but a target of that name already exists.

I solved this by adding the target name to the build targets that were missing it. This way solved the build for me. Hope this is the "correct" way to fix it. In case it isn't please tell me and I can conform to a better way!

guillon commented 3 months ago

Thanks for the pr, I will check asap.