There was an error while loading. Please reload this page.
1 parent 38aa4e8 commit 4697d58Copy full SHA for 4697d58
1 file changed
tools/nix/v8.nix
@@ -47,7 +47,7 @@ let
47
]
48
++ lib.optional (!useSharedAbseil) ../../tools/v8_gypfiles/abseil.gyp
49
++ lib.optional (!useSharedHighway) ../../tools/v8_gypfiles/highway.gyp
50
- ++ lib.optionals (builtins.elem "--with-perfetto" configureFlags) [
+ ++ lib.optionals (!builtins.elem "--without-perfetto" configureFlags) [
51
../../deps/perfetto
52
53
++ lib.optionals (icu != null) [
0 commit comments