From 4d8f9f7d3dd7d996b0b07ed5c1696bbb503899cc Mon Sep 17 00:00:00 2001 From: Zach Bjornson Date: Thu, 30 Dec 2021 14:08:26 -0800 Subject: [PATCH] build: include v8-fast-api-calls.h in bundle This API is still experimental, but it's not really possible to experiment with it without this header. --- tools/install.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install.py b/tools/install.py index 5340ce38b9b17c..2d53e8a3f84bec 100755 --- a/tools/install.py +++ b/tools/install.py @@ -188,6 +188,7 @@ def wanted_v8_headers(files_arg, dest): 'deps/v8/include/v8-exception.h', 'deps/v8/include/v8-extension.h', 'deps/v8/include/v8-external.h', + 'deps/v8/include/v8-fast-api-calls.h', 'deps/v8/include/v8-forward.h', 'deps/v8/include/v8-function-callback.h', 'deps/v8/include/v8-function.h',