Skip to content

Commit 5c1ee17

Browse files
committed
📝 Add change summary
1 parent dae3e49 commit 5c1ee17

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

CHANGES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ NOTE: Python 3.6 support is deprecated and will be dropped in a future release.
1212

1313
RELEASE 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.

RELEASE.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ DEPRECATED FUNCTIONALITY
2525

2626
CHANGED/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

doc/man/scons.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4244,6 +4244,7 @@ to serve as the test can be supplied in
42444244
if not supplied,
42454245
the 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.
42474248
If <parameter>autoadd</parameter> is true (the default),
42484249
the first library that passes the check
42494250
is added to the &cv-link-LIBS; &consvar; in the context

0 commit comments

Comments
 (0)