Skip to content

Commit ed71761

Browse files
mlippautzvictorgomes
authored andcommitted
Fix wanted headers to include new v8-sandbox.h header (nodejs#175)
1 parent f9bfc24 commit ed71761

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)