Ship ui_zoom libraries for component build
This commit is contained in:
Родитель
d13c1aa01a
Коммит
555135d6ff
|
@ -57,11 +57,13 @@ BINARIES = {
|
|||
'chromedriver',
|
||||
'ffmpegsumo.so',
|
||||
'mksnapshot',
|
||||
'libui_zoom.a',
|
||||
],
|
||||
'linux': [
|
||||
'chromedriver',
|
||||
'libffmpegsumo.so',
|
||||
'libgtk2ui.a',
|
||||
'libui_zoom.a',
|
||||
'libosmesa.so',
|
||||
'mksnapshot',
|
||||
],
|
||||
|
@ -77,6 +79,8 @@ BINARIES = {
|
|||
os.path.join('lib', 'ffmpegsumo.lib'),
|
||||
os.path.join('obj', 'base', 'base_static.cc.pdb'),
|
||||
os.path.join('obj', 'base', 'base_static.lib'),
|
||||
os.path.join('obj', 'components', 'ui_zoom.cc.pdb'),
|
||||
os.path.join('obj', 'components', 'ui_zoom.lib'),
|
||||
os.path.join('obj', 'sandbox', 'sandbox.cc.pdb'),
|
||||
os.path.join('obj', 'sandbox', 'sandbox.lib'),
|
||||
],
|
||||
|
|
Загрузка…
Ссылка в новой задаче