From ab9d9622a76d2680f10a35324ebbc2451f217680 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Tue, 2 Apr 2024 20:57:59 +0200 Subject: [PATCH] Fix wanted headers to include new v8-sandbox.h header --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index bf54249b66c0d4..31b94d2e4b532d 100755 --- a/tools/install.py +++ b/tools/install.py @@ -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',