Skip to content

Commit 5e6ee0d

Browse files
committed
squash! fix configure error
1 parent e3d02ba commit 5e6ee0d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,9 +2390,9 @@ def configure_lief(o):
23902390
configure_library('lief', o, pkgname='LIEF')
23912391

23922392
def configure_perfetto(o):
2393-
if not options.with_perfetto:
2393+
if options.without_perfetto:
23942394
if options.shared_perfetto:
2395-
error('--shared-perfetto requires --with-perfetto')
2395+
error('--without-perfetto is incompatible with --shared-perfetto')
23962396
o['variables']['node_shared_perfetto'] = b(False)
23972397
return
23982398

0 commit comments

Comments
 (0)