mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
No longer link with shared library of boringssl
This commit is contained in:
@@ -81,8 +81,6 @@
|
||||
}, {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# libboringssl is always linked dynamically.
|
||||
'<(libchromiumcontent_dir)/libboringssl.so',
|
||||
# Following libraries are required by libchromiumcontent:
|
||||
'-lasound',
|
||||
'-lcap',
|
||||
@@ -109,9 +107,6 @@
|
||||
['OS=="mac" and libchromiumcontent_component==0', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
# This library is built as shared library to avoid symbols
|
||||
# conflict with Node.
|
||||
'<(libchromiumcontent_dir)/libboringssl.dylib',
|
||||
# ui_base.gypi:
|
||||
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
|
||||
# net.gypi:
|
||||
@@ -152,7 +147,6 @@
|
||||
['OS=="win" and libchromiumcontent_component==0', {
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'<(libchromiumcontent_dir)/boringssl.dll',
|
||||
'<(libchromiumcontent_dir)/ffmpegsumo.lib',
|
||||
'<(libchromiumcontent_dir)/libyuv.lib',
|
||||
# content_browser.gypi:
|
||||
|
||||
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
Submodule brightray/vendor/libchromiumcontent updated: 44cb29a12c...a325ed7b30
Reference in New Issue
Block a user