File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ NOTE: Python 3.6 support is deprecated and will be dropped in a future release.
1212
1313RELEASE VERSION/DATE TO BE FILLED IN LATER
1414
15+ From Ruben Di Battista:
16+ - Expose `extra_libs` kwarg in the `CheckLibWithHeader` and forward it downstream
17+ to `CheckLib`
18+
1519 From Joseph Brill:
1620 - Added error handling when creating MSVC detection debug log file specified by
1721 SCONS_MSCOMMON_DEBUG.
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ DEPRECATED FUNCTIONALITY
2525
2626CHANGED/ENHANCED EXISTING FUNCTIONALITY
2727---------------------------------------
28+ - Expose the `extra_libs` keyword argument in `CheckLibWithHeader`
2829
2930- List modifications to existing features, where the previous behavior
3031 wouldn't actually be considered a bug
Original file line number Diff line number Diff line change @@ -4244,6 +4244,7 @@ to serve as the test can be supplied in
42444244if not supplied,
42454245the default checks the ability to link against the specified
42464246<parameter >library</parameter >.
4247+ <parameter >extra_libs</parameter > can be used to add additional libraries to link against.
42474248If <parameter >autoadd</parameter > is true (the default),
42484249the first library that passes the check
42494250is added to the &cv-link-LIBS; &consvar; in the context
You can’t perform that action at this time.
0 commit comments