-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
🐛 Allow passing extra_libs
to CheckLibWithHeader
#4676
base: master
Are you sure you want to change the base?
Conversation
The concept seems good... not sure why that argument was left out of the upper layer when it's present in the lower layer ( |
First time I contribute to |
Yes. That's why we have the checklist in the initial decription. |
And add this change to the docs as well. |
I mean, my remark was more like that test wouldn't test much? |
I should have added all things required. I'm not 100% sure about the doc (XML, really?! :)). |
Yes, xml, really :-) (this project dates back just a few years, like 20+). We can help with docs, there's not really much to do there for this kind of change. The configure stuff is a weird two-layer thing, SConf is the "API layer" and Conftest is the implementation layer. Except, they reach into each other and aren't as separated as they could be. Not making excuses. |
@@ -4244,6 +4244,7 @@ to serve as the test can be supplied in | |||
if not supplied, | |||
the default checks the ability to link against the specified | |||
<parameter>library</parameter>. | |||
<parameter>extra_libs</parameter> can be used to add additional libraries to link against. |
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.
@mwichmann - what's the blurb to indicate this is added in NEXT_RELEASE?
Contributor Checklist:
CHANGES.txt
andRELEASE.txt
(and read theREADME.rst
).