win: Remove unused build setting
This commit is contained in:
parent
06834b723b
commit
56afe4dd5d
1 changed files with 0 additions and 9 deletions
9
atom.gyp
9
atom.gyp
|
@ -114,15 +114,6 @@
|
||||||
],
|
],
|
||||||
}], # OS!="mac"
|
}], # OS!="mac"
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'msvs_settings': {
|
|
||||||
'VCLinkerTool': {
|
|
||||||
'AdditionalOptions': [
|
|
||||||
# Force linking even though we have duplicate symbols between
|
|
||||||
# BoringSSL and OpenSSL.
|
|
||||||
'/FORCE:MULTIPLE',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
},
|
|
||||||
'copies': [
|
'copies': [
|
||||||
{
|
{
|
||||||
'variables': {
|
'variables': {
|
||||||
|
|
Loading…
Reference in a new issue