build: allow passing multiple libs to pkg_config · nodejs/node@f07d423 · GitHub
Skip to content

Commit f07d423

Browse files
andredMylesBorins
authored andcommitted
build: allow passing multiple libs to pkg_config
Sometimes it's necessary to pass multiple library names to pkg-config, e.g. the brotli shared libraries can be pulled in with pkg-config libbrotlienc libbrotlidec Update the code to handle both, strings (as used so far), and lists of strings. Signed-off-by: André Draszik <git@andred.net> PR-URL: #32046 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 50c5eb4 commit f07d423

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

configure.py

Lines changed: 5 additions & 1 deletion

0 commit comments

Comments
 (0)