Skip to content

Commit b7bcf3e

Browse files
committedAug 16, 2024
build: include v8-sandbox.h header in distribution
Refs: v8/v8@5495678 PR-URL: #54077 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent fba06eb commit b7bcf3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎tools/install.py

+1
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def wanted_v8_headers(options, files_arg, dest):
285285
'include/v8-promise.h',
286286
'include/v8-proxy.h',
287287
'include/v8-regexp.h',
288+
'include/v8-sandbox.h',
288289
'include/v8-script.h',
289290
'include/v8-snapshot.h',
290291
'include/v8-source-location.h',

0 commit comments

Comments
 (0)
Please sign in to comment.