win: Ignore duplicate symbols between BoringSSL and OpenSSL
This commit is contained in:
parent
9a458785b6
commit
0cc36377a5
2 changed files with 4 additions and 1 deletions
|
@ -191,6 +191,9 @@
|
|||
},
|
||||
'VCLinkerTool': {
|
||||
'AdditionalOptions': [
|
||||
# Force linking even though we have duplicate symbols between
|
||||
# BoringSSL and OpenSSL.
|
||||
'/FORCE:MULTIPLE',
|
||||
# ATL 8.0 included in WDK 7.1 makes the linker to generate following
|
||||
# warnings:
|
||||
# - warning LNK4254: section 'ATL' (50000040) merged into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue