Fix warning when building openssl-cli

This commit is contained in:
Cheng Zhao 2018-03-12 15:12:33 +09:00 committed by Aleksei Kuzmin
parent 5f71fbc6b3
commit aa25381651

View file

@ -203,6 +203,11 @@
'-fvisibility=hidden',
],
}],
['_target_name=="openssl-cli"', {
'ldflags!': [
'-nostdlib++',
]
}],
['_target_name=="libuv"', {
'conditions': [
['OS=="win"', {