Skip to content

Commit 76a3158

Browse files
committed
[tools] update v8 context snapshot filename for mac
1 parent dffb456 commit 76a3158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/package_binaries.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def generate_target_nw(platform_name, arch, version):
220220
target['input'].append('chromedriver')
221221
target['input'].append('libffmpeg.dylib')
222222
target['input'].append('minidump_stackwalk')
223-
target['input'].append('v8_context_snapshot.bin')
223+
target['input'].append('v8_context_snapshot.x86_64.bin')
224224
else:
225225
print 'Unsupported platform: ' + platform_name
226226
exit(-1)

0 commit comments

Comments
 (0)