mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
win: Ignore duplicate symbols between BoringSSL and OpenSSL
This commit is contained in:
@@ -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
|
||||
|
||||
2
vendor/brightray
vendored
2
vendor/brightray
vendored
Submodule vendor/brightray updated: ae360b94ff...616ce9051f
Reference in New Issue
Block a user