(option)
| 2316 | o['variables']['node_use_sqlite'] = b(not options.without_sqlite) |
| 2317 | if options.without_sqlite: |
| 2318 | def without_sqlite_error(option): |
| 2319 | error(f'--without-sqlite is incompatible with {option}') |
| 2320 | if options.shared_sqlite: |
| 2321 | without_sqlite_error('--shared-sqlite') |
| 2322 | return |
no test coverage detected
searching dependent graphs…