File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ cd "${src}/node-v${version}"
3232# patch -p1 < "${top}"/patch/gyp-libv8_monolith.patch
3333patch -p1 < " ${top} " /patch/py2-icutrim.patch
3434patch -p1 < " ${top} " /patch/py2-genv8constants.patch
35+ patch -p0 < " ${top} " /patch/v8-prefinalizer-h-utility.patch
3536
3637# TODO: the following still fails on py3 so the above one forcing py2 is needed
3738# patch -p1 < ../../py3-genv8constants.patch
Original file line number Diff line number Diff line change 1+ --- deps/v8/src/heap/cppgc/prefinalizer-handler.h
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+
You can’t perform that action at this time.
0 commit comments