mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
build: include missing V8 headers in distribution
Fixes: https://github.com/nodejs/Release/issues/704 PR-URL: https://github.com/nodejs/node/pull/40526 Fixes: https://github.com/nodejs/node/issues/40529 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
parent
a397009269
commit
3ec3ba544c
@ -176,14 +176,18 @@ def headers(action):
|
||||
'deps/v8/include/libplatform/v8-tracing.h',
|
||||
'deps/v8/include/v8.h',
|
||||
'deps/v8/include/v8-array-buffer.h',
|
||||
'deps/v8/include/v8-callbacks.h',
|
||||
'deps/v8/include/v8-container.h',
|
||||
'deps/v8/include/v8-context.h',
|
||||
'deps/v8/include/v8-data.h',
|
||||
'deps/v8/include/v8-date.h',
|
||||
'deps/v8/include/v8-debug.h',
|
||||
'deps/v8/include/v8-embedder-heap.h',
|
||||
'deps/v8/include/v8-exception.h',
|
||||
'deps/v8/include/v8-extension.h',
|
||||
'deps/v8/include/v8-external.h',
|
||||
'deps/v8/include/v8-forward.h',
|
||||
'deps/v8/include/v8-function-callback.h',
|
||||
'deps/v8/include/v8-function.h',
|
||||
'deps/v8/include/v8-initialization.h',
|
||||
'deps/v8/include/v8-internal.h',
|
||||
@ -216,6 +220,7 @@ def headers(action):
|
||||
'deps/v8/include/v8-value.h',
|
||||
'deps/v8/include/v8-version.h',
|
||||
'deps/v8/include/v8-wasm.h',
|
||||
'deps/v8/include/v8-weak-callback-info.h',
|
||||
'deps/v8/include/v8config.h',
|
||||
]
|
||||
files_arg = [name for name in files_arg if name in v8_headers]
|
||||
|
Loading…
Reference in New Issue
Block a user