win: Copy necessary shared libraries
This commit is contained in:
parent
938069a389
commit
0dffa0f4bb
1 changed files with 10 additions and 0 deletions
10
atom.gyp
10
atom.gyp
|
@ -122,8 +122,18 @@
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'copies': [
|
'copies': [
|
||||||
{
|
{
|
||||||
|
'variables': {
|
||||||
|
'conditions': [
|
||||||
|
['libchromiumcontent_component', {
|
||||||
|
'copied_libraries': '<(libchromiumcontent_shared_libraries)',
|
||||||
|
}, {
|
||||||
|
'copied_libraries': [],
|
||||||
|
}],
|
||||||
|
],
|
||||||
|
},
|
||||||
'destination': '<(PRODUCT_DIR)',
|
'destination': '<(PRODUCT_DIR)',
|
||||||
'files': [
|
'files': [
|
||||||
|
'<@(copied_libraries)',
|
||||||
'<(libchromiumcontent_dir)/ffmpegsumo.dll',
|
'<(libchromiumcontent_dir)/ffmpegsumo.dll',
|
||||||
'<(libchromiumcontent_dir)/libEGL.dll',
|
'<(libchromiumcontent_dir)/libEGL.dll',
|
||||||
'<(libchromiumcontent_dir)/libGLESv2.dll',
|
'<(libchromiumcontent_dir)/libGLESv2.dll',
|
||||||
|
|
Loading…
Reference in a new issue