linux: Link with libboringssl.so
This commit is contained in:
parent
feeb1da5ca
commit
a7f7834be9
2 changed files with 4 additions and 2 deletions
|
@ -106,12 +106,14 @@
|
||||||
'<!@(pkg-config --libs-only-L --libs-only-other gtk+-2.0 libnotify dbus-1 x11 xrandr xext gconf-2.0)',
|
'<!@(pkg-config --libs-only-L --libs-only-other gtk+-2.0 libnotify dbus-1 x11 xrandr xext gconf-2.0)',
|
||||||
],
|
],
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'<(libchromiumcontent_dir)/libchromiumviews.a',
|
|
||||||
'-lpthread',
|
'-lpthread',
|
||||||
'<!@(pkg-config --libs-only-l gtk+-2.0 libnotify dbus-1 x11 xrandr xext gconf-2.0)',
|
'<!@(pkg-config --libs-only-l gtk+-2.0 libnotify dbus-1 x11 xrandr xext gconf-2.0)',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
}],
|
}],
|
||||||
|
['OS=="linux" and libchromiumcontent_component==0', {
|
||||||
|
'<(libchromiumcontent_dir)/libboringssl.so',
|
||||||
|
}],
|
||||||
['OS=="mac"', {
|
['OS=="mac"', {
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
|
|
2
brightray/vendor/libchromiumcontent
vendored
2
brightray/vendor/libchromiumcontent
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit d4f20e2775350ec53506aba4244115dc5ca6d7b8
|
Subproject commit c9c7f2f62ec12521956281bc71869688213bd759
|
Loading…
Reference in a new issue