build: include needed bin files for v8_context_snapshot_generator (#15713)

This commit is contained in:
John Kleinschmidt 2018-11-14 11:19:01 -08:00 committed by GitHub
parent 3f99cf4f1d
commit d9efaa946b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,6 +86,8 @@ V8_SNAPSHOT_BINARIES = {
'libicuuc.dylib',
'libv8.dylib',
'v8_context_snapshot_generator',
'natives_blob.bin',
'snapshot_blob.bin',
],
'linux': [
'libffmpeg.so',
@ -93,6 +95,8 @@ V8_SNAPSHOT_BINARIES = {
'libicuuc.so',
'libv8.so',
'v8_context_snapshot_generator',
'natives_blob.bin',
'snapshot_blob.bin',
],
'win32': [
'ffmpeg.dll',
@ -100,6 +104,8 @@ V8_SNAPSHOT_BINARIES = {
'icuuc.dll',
'v8.dll',
'v8_context_snapshot_generator.exe',
'natives_blob.bin',
'snapshot_blob.bin',
],
}