Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: stable-7.2.plugins
Choose a base branch
from

Conversation

ValouBambou
Copy link

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
Copy link
Member

guillon commented Jun 13, 2024

Thanks for the pr, I will check asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants