mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
Link with component build shared libraries
This commit is contained in:
2
atom.gyp
2
atom.gyp
@@ -878,8 +878,8 @@
|
||||
{
|
||||
'destination': '<(PRODUCT_DIR)/<(product_name) Framework.framework/Versions/A/Libraries',
|
||||
'files': [
|
||||
'<@(libchromiumcontent_shared_libraries)',
|
||||
'<(libchromiumcontent_library_dir)/ffmpegsumo.so',
|
||||
'<(libchromiumcontent_library_dir)/libchromiumcontent.dylib',
|
||||
'<(PRODUCT_DIR)/libnode.dylib',
|
||||
],
|
||||
},
|
||||
|
||||
@@ -110,17 +110,17 @@
|
||||
'conditions': [
|
||||
['OS=="linux"', {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_library_dir)/libchromiumcontent.so',
|
||||
'<(libchromiumcontent_library_dir)/libv8.so',
|
||||
],
|
||||
}],
|
||||
['OS=="win"', {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
|
||||
'<(libchromiumcontent_library_dir)/v8.dll.lib',
|
||||
],
|
||||
}],
|
||||
['OS=="mac"', {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_library_dir)/libchromiumcontent.dylib',
|
||||
'<(libchromiumcontent_library_dir)/libv8.dylib',
|
||||
],
|
||||
}],
|
||||
],
|
||||
|
||||
2
vendor/brightray
vendored
2
vendor/brightray
vendored
Submodule vendor/brightray updated: de08e6575b...a430d8f653
Reference in New Issue
Block a user