MCPcopy Index your code
hub / github.com/nodejs/node / configure_lief

Function configure_lief

configure.py:2307–2313  ·  view source on GitHub ↗
(o)

Source from the content-addressed store, hash-verified

2305 o['variables']['openssl_version'] = get_openssl_version(o)
2306
2307def configure_lief(o):
2308 if options.without_lief:
2309 if options.shared_lief:
2310 error('--without-lief is incompatible with --shared-lief')
2311 return
2312
2313 configure_library('lief', o, pkgname='LIEF')
2314
2315def configure_sqlite(o):
2316 o['variables']['node_use_sqlite'] = b(not options.without_sqlite)

Callers 1

configure.pyFile · 0.85

Calls 2

configure_libraryFunction · 0.85
errorFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…