We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a87a5 commit 7d247f1Copy full SHA for 7d247f1
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.23',
+ 'v8_embedder_string': '-node.24',
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