Skip to content

Commit 05d5d52

Browse files
committed
fixup! deps: fix V8 compiler error with clang++-11
1 parent 05d1c92 commit 05d5d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Reset this number to 0 on major V8 upgrades.
3535
# Increment by one for each non-official patch applied to deps/v8.
36-
'v8_embedder_string': '-node.56',
36+
'v8_embedder_string': '-node.57',
3737

3838
# Enable disassembler for `--print-code` v8 options
3939
'v8_enable_disassembler': 1,

0 commit comments

Comments
 (0)