We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a04381 commit a30b0a6Copy full SHA for a30b0a6
libexec/extract-node
@@ -32,6 +32,7 @@ cd "${src}/node-v${version}"
32
#patch -p1 < "${top}"/patch/gyp-libv8_monolith.patch
33
patch -p1 < "${top}"/patch/py2-icutrim.patch
34
patch -p1 < "${top}"/patch/py2-genv8constants.patch
35
+patch -p0 < "${top}"/patch/v8-prefinalizer-h-utility.patch
36
37
# TODO: the following still fails on py3 so the above one forcing py2 is needed
38
# patch -p1 < ../../py3-genv8constants.patch
patch/v8-prefinalizer-h-utility.patch
@@ -0,0 +1,10 @@
1
+--- deps/v8/src/heap/cppgc/prefinalizer-handler.h.bck
2
++++ deps/v8/src/heap/cppgc/prefinalizer-handler.h
3
+@@ -6,6 +6,7 @@
4
+ #define V8_HEAP_CPPGC_PREFINALIZER_HANDLER_H_
5
+
6
+ #include <vector>
7
++#include <utility>
8
9
+ #include "include/cppgc/prefinalizer.h"
10
0 commit comments