build: include needed bin files for v8_context_snapshot_generator (#15713)
This commit is contained in:
parent
3f99cf4f1d
commit
d9efaa946b
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,8 @@ V8_SNAPSHOT_BINARIES = {
|
||||||
'libicuuc.dylib',
|
'libicuuc.dylib',
|
||||||
'libv8.dylib',
|
'libv8.dylib',
|
||||||
'v8_context_snapshot_generator',
|
'v8_context_snapshot_generator',
|
||||||
|
'natives_blob.bin',
|
||||||
|
'snapshot_blob.bin',
|
||||||
],
|
],
|
||||||
'linux': [
|
'linux': [
|
||||||
'libffmpeg.so',
|
'libffmpeg.so',
|
||||||
|
@ -93,6 +95,8 @@ V8_SNAPSHOT_BINARIES = {
|
||||||
'libicuuc.so',
|
'libicuuc.so',
|
||||||
'libv8.so',
|
'libv8.so',
|
||||||
'v8_context_snapshot_generator',
|
'v8_context_snapshot_generator',
|
||||||
|
'natives_blob.bin',
|
||||||
|
'snapshot_blob.bin',
|
||||||
],
|
],
|
||||||
'win32': [
|
'win32': [
|
||||||
'ffmpeg.dll',
|
'ffmpeg.dll',
|
||||||
|
@ -100,6 +104,8 @@ V8_SNAPSHOT_BINARIES = {
|
||||||
'icuuc.dll',
|
'icuuc.dll',
|
||||||
'v8.dll',
|
'v8.dll',
|
||||||
'v8_context_snapshot_generator.exe',
|
'v8_context_snapshot_generator.exe',
|
||||||
|
'natives_blob.bin',
|
||||||
|
'snapshot_blob.bin',
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue