From ed71761639099a2658530fb7b4cebdfb02363cd9 Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Wed, 3 Apr 2024 09:47:15 +0200 Subject: [PATCH] Fix wanted headers to include new v8-sandbox.h header (#175) --- 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',