linux: remove stray libcrypto dependency
Followup to CL 20049004, which looks like it added an unneeded -lcrypto on linux. BUG=3625 R=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/28459004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7168 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
78b2d56ac6
commit
c3c9015bc6
@ -605,7 +605,6 @@
|
|||||||
['OS=="linux"', {
|
['OS=="linux"', {
|
||||||
'link_settings': {
|
'link_settings': {
|
||||||
'libraries': [
|
'libraries': [
|
||||||
'-lcrypto',
|
|
||||||
'-ldl',
|
'-ldl',
|
||||||
'-lrt',
|
'-lrt',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user