win: Remove unused build setting

This commit is contained in:
Cheng Zhao 2015-05-04 22:38:05 +08:00
parent 06834b723b
commit 56afe4dd5d

View file

@ -114,15 +114,6 @@
],
}], # OS!="mac"
['OS=="win"', {
'msvs_settings': {
'VCLinkerTool': {
'AdditionalOptions': [
# Force linking even though we have duplicate symbols between
# BoringSSL and OpenSSL.
'/FORCE:MULTIPLE',
],
},
},
'copies': [
{
'variables': {