We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa875a4 commit c168cbfCopy full SHA for c168cbf
common.gypi
@@ -36,7 +36,7 @@
36
37
# Reset this number to 0 on major V8 upgrades.
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.18',
+ 'v8_embedder_string': '-node.19',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/include/v8config.h
@@ -703,6 +703,8 @@ V8 shared library set USING_V8_SHARED.
703
#define V8_TARGET_ARCH_ARM 1
704
#elif defined(__mips64)
705
#define V8_TARGET_ARCH_MIPS64 1
706
+#elif defined(__loongarch64)
707
+#define V8_TARGET_ARCH_LOONG64 1
708
#elif defined(_ARCH_PPC64)
709
#define V8_TARGET_ARCH_PPC64 1
710
#elif defined(_ARCH_PPC)
0 commit comments