Link with component build shared libraries
This commit is contained in:
parent
14de7ddea8
commit
736afb32a0
3 changed files with 5 additions and 5 deletions
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
|
@ -1 +1 @@
|
|||
Subproject commit de08e6575b405c151f7941150c5c9a6bcf5d053c
|
||||
Subproject commit a430d8f653602fd108094398b2ef79dc7126c819
|
Loading…
Reference in a new issue