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

[question] Can I pass --vs-args or --ninja-args arguments to the meson tool when executing build command #16301

Open
1 task done
NiceBlueChai opened this issue May 18, 2024 · 1 comment
Assignees

Comments

@NiceBlueChai
Copy link

What is your question?

I want to execute meson compile -C. -j[N_JOBS] [TARGET] --vs-args=xx,xx when I run meson.build()

Have you read the CONTRIBUTING guide?

  • I've read the CONTRIBUTING guide
@memsharded memsharded self-assigned this May 19, 2024
@memsharded
Copy link
Member

Hi @NiceBlueChai

Thanks for your question.

What specific arguments you want to pass? The recommendation would be trying to not have to pass anything in the command line of meson, but define them in the Meson toolchain files (via MesonToolchain)

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

No branches or pull requests

2 participants