There was an error while loading. Please reload this page.
1 parent 242aced commit 8e59ba9Copy full SHA for 8e59ba9
1 file changed
configure.py
@@ -2399,9 +2399,9 @@ def configure_perfetto(o):
2399
o['variables']['node_shared_perfetto'] = b(False)
2400
return
2401
if options.without_perfetto is None and not perfetto_supported():
2402
- warn(f'Perfetto is disabled for {flavor}/{target_arch}: the bundled perfetto '
2403
- 'integration is not available on this platform. Pass --without-perfetto '
2404
- 'to silence this warning.')
+ warn(f'Perfetto is disabled for {flavor}: the bundled perfetto integration '
+ 'is not available on this platform. Pass --without-perfetto to '
+ 'silence this warning.')
2405
2406
2407
configure_library('perfetto', o)
0 commit comments