| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3170636 commit cb7f73c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1347,8 +1347,7 @@ def configure_library(lib, output, pkgname=None): | |||
| 1347 | 1347 | output['variables']['node_' + shared_lib] = b(getattr(options, shared_lib)) | |
| 1348 | 1348 | ||
| 1349 | 1349 | if getattr(options, shared_lib): | |
| 1350 | - (pkg_libs, pkg_cflags, pkg_libpath, pkg_modversion) = ( | ||
| 1351 | - pkg_config(pkgname or lib)) | ||
| 1350 | + (pkg_libs, pkg_cflags, pkg_libpath, _) = pkg_config(pkgname or lib) | ||
| 1352 | 1351 | ||
| 1353 | 1352 | if options.__dict__[shared_lib + '_includes']: | |
| 1354 | 1353 | output['include_dirs'] += [options.__dict__[shared_lib + '_includes']] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments