Windows: Add missing icudt.dll dependency to make_distrib.py.
git-svn-id: https://chromiumembedded.googlecode.com/svn/branches/1750@1604 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
665d9a31c6
commit
0eea311e29
|
@ -493,6 +493,7 @@ if platform == 'windows':
|
||||||
binaries = [
|
binaries = [
|
||||||
'd3dcompiler_46.dll',
|
'd3dcompiler_46.dll',
|
||||||
'ffmpegsumo.dll',
|
'ffmpegsumo.dll',
|
||||||
|
'icudt.dll',
|
||||||
'libcef.dll',
|
'libcef.dll',
|
||||||
'libEGL.dll',
|
'libEGL.dll',
|
||||||
'libGLESv2.dll',
|
'libGLESv2.dll',
|
||||||
|
|
Loading…
Reference in New Issue