Skip to content

Commit

Permalink
Fix wanted headers to include new v8-sandbox.h header (nodejs#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlippautz authored and victorgomes committed Aug 13, 2024
1 parent 9f618ac commit 4eda4f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ def wanted_v8_headers(options, files_arg, dest):
'include/v8-promise.h',
'include/v8-proxy.h',
'include/v8-regexp.h',
'include/v8-sandbox.h',
'include/v8-script.h',
'include/v8-snapshot.h',
'include/v8-source-location.h',
Expand Down

0 comments on commit 4eda4f9

Please sign in to comment.