mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
win: Copy necessary shared libraries
This commit is contained in:
10
atom.gyp
10
atom.gyp
@@ -122,8 +122,18 @@
|
||||
['OS=="win"', {
|
||||
'copies': [
|
||||
{
|
||||
'variables': {
|
||||
'conditions': [
|
||||
['libchromiumcontent_component', {
|
||||
'copied_libraries': '<(libchromiumcontent_shared_libraries)',
|
||||
}, {
|
||||
'copied_libraries': [],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'destination': '<(PRODUCT_DIR)',
|
||||
'files': [
|
||||
'<@(copied_libraries)',
|
||||
'<(libchromiumcontent_dir)/ffmpegsumo.dll',
|
||||
'<(libchromiumcontent_dir)/libEGL.dll',
|
||||
'<(libchromiumcontent_dir)/libGLESv2.dll',
|
||||
|
||||
Reference in New Issue
Block a user