Skip to content

Commit 4d8f9f7

Browse files
committed
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.
1 parent 4e6fc8d commit 4d8f9f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/install.py

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ def wanted_v8_headers(files_arg, dest):
188188
'deps/v8/include/v8-exception.h',
189189
'deps/v8/include/v8-extension.h',
190190
'deps/v8/include/v8-external.h',
191+
'deps/v8/include/v8-fast-api-calls.h',
191192
'deps/v8/include/v8-forward.h',
192193
'deps/v8/include/v8-function-callback.h',
193194
'deps/v8/include/v8-function.h',

0 commit comments

Comments
 (0)