mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-27 09:41:17 +01:00
Windows: Add boringssl to cef_sandbox to fix VS2017 link error (fixes issue #2743)
This commit is contained in:
parent
e067612e55
commit
2cf916e6d5
@ -501,7 +501,10 @@ if(OS_WINDOWS)
|
||||
# Libraries required by cef_sandbox.lib.
|
||||
set(CEF_SANDBOX_STANDARD_LIBS
|
||||
dbghelp.lib
|
||||
PowrProf.lib
|
||||
Propsys.lib
|
||||
psapi.lib
|
||||
SetupAPI.lib
|
||||
version.lib
|
||||
wbemuuid.lib
|
||||
winmm.lib
|
||||
|
@ -849,6 +849,8 @@ if platform == 'windows':
|
||||
'obj\\base\\win\\pe_image.lib',
|
||||
cef_sandbox_lib,
|
||||
'obj\\sandbox\\win\\sandbox.lib',
|
||||
'obj\\third_party\\boringssl\\boringssl.lib',
|
||||
'obj\\third_party\\boringssl\\boringssl_asm.lib',
|
||||
]
|
||||
|
||||
# Generate the cef_sandbox.lib merged library. A separate *_sandbox build
|
||||
|
Loading…
x
Reference in New Issue
Block a user