We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b7ba11 commit 8ae3ffeCopy full SHA for 8ae3ffe
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.20',
+ 'v8_embedder_string': '-node.21',
40
41
##### V8 defaults for Node.js #####
42
deps/v8/src/base/page-allocator.cc
@@ -6,6 +6,10 @@
6
7
#include "src/base/platform/platform.h"
8
9
+#if V8_OS_MACOSX
10
+#include <sys/mman.h> // For MAP_JIT.
11
+#endif
12
+
13
namespace v8 {
14
namespace base {
15
0 commit comments