There was an error while loading. Please reload this page.
1 parent e3d02ba commit 5e6ee0dCopy full SHA for 5e6ee0d
1 file changed
configure.py
@@ -2390,9 +2390,9 @@ def configure_lief(o):
2390
configure_library('lief', o, pkgname='LIEF')
2391
2392
def configure_perfetto(o):
2393
- if not options.with_perfetto:
+ if options.without_perfetto:
2394
if options.shared_perfetto:
2395
- error('--shared-perfetto requires --with-perfetto')
+ error('--without-perfetto is incompatible with --shared-perfetto')
2396
o['variables']['node_shared_perfetto'] = b(False)
2397
return
2398
0 commit comments