(o)
| 2364 | configure_library('ffi', o, pkgname='libffi') |
| 2365 | |
| 2366 | def configure_quic(o): |
| 2367 | o['variables']['node_use_quic'] = b(options.experimental_quic and |
| 2368 | not options.without_ssl) |
| 2369 | |
| 2370 | def configure_static(o): |
| 2371 | if options.fully_static or options.partly_static: |
no test coverage detected
searching dependent graphs…