-
-
Notifications
You must be signed in to change notification settings - Fork 363
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
meson: do not use add_global_arguments()
#3706
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember this was done to transmit args to rizin subprojects as well. Please check rizin builds well everywhere
Sigh, looks like Meson isn't advanced enough to fallback from |
b95d467
to
645d0e2
Compare
Curiously, Meson uses SPDX in |
645d0e2
to
99671e9
Compare
No easy solution, moving to the next release |
I'm currently looking to add rizin as a meson-subproject to projects and came across the same problems. What's the state? I don't see any blocker in the license problem, to replace
However, I couldn't yet test the CI on my branch and the results from the PR are expired |
@amibranch could you please send a PR with your changes? |
99671e9
to
8ada452
Compare
Sigh:
|
Your checklist for this pull request
Detailed description
add_global_arguments()
prevents using Rizin as a subproject for Meson WrapDB: #3454Switch to use
add_project_arguments()
instead:https://mesonbuild.com/Reference-manual_functions.html#add_project_arguments
Necessary for #3454
Test plan
CI is green