From b7bcf3e121587e0c2b59fff20d22c1abf1fdf2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Sun, 7 Apr 2024 11:29:47 +0200 Subject: [PATCH] build: include v8-sandbox.h header in distribution Refs: https://github.com/v8/v8/commit/549567808376c0caaeed2051cc71fd5adbf67b66 PR-URL: https://github.com/nodejs/node/pull/54077 Reviewed-By: Jiawen Geng Reviewed-By: Richard Lau Reviewed-By: Joyee Cheung Reviewed-By: Marco Ippolito --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index bf54249b66c..31b94d2e4b5 100755 --- a/tools/install.py +++ b/tools/install.py @@ -285,6 +285,7 @@ def headers(options, action): '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',