-
Notifications
You must be signed in to change notification settings - Fork 757
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: use library() and fix external builds #768
Conversation
410410a
to
d1b557c
Compare
I guess github actions is updating their stuff |
c1f203a
to
54924bd
Compare
@1480c1, finally got around to testing this. Sorry for the delay! Can we please keep the |
since we are using |
Hmm, I see. I guess just updating the build docs include "use |
I am currently testing a way to detect the |
Yep, will stand by. |
changing
So I guess the only thing left would be, do we want |
I'm going to set the default to doing both to match what we previously had |
this allows for the `--default-library` flag to actually have an effect Netflix#557 Netflix#613 Signed-off-by: Christopher Degawa <[email protected]>
fixes Netflix#752 Signed-off-by: Christopher Degawa <[email protected]>
@kylophone ready for review |
Alright, I've tested and merged. Thanks for being patient! |
Use
library()
so the--default-library
flag will have an effect, fixes #557 and an issue in #613also fixes #752