mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Remove cef_sandbox dependency on boringssl MD5/SHA1 functions (fixes issue #2743)
This commit is contained in:
@ -445,6 +445,10 @@ def GetConfigArgsSandbox(platform, args, is_debug, cpu):
|
||||
|
||||
# Avoid /LTCG linker warnings and generate smaller lib files.
|
||||
'is_official_build': False,
|
||||
|
||||
# Enable base target customizations necessary for distribution of the
|
||||
# cef_sandbox static library.
|
||||
'is_cef_sandbox_build': True,
|
||||
}
|
||||
|
||||
if is_debug:
|
||||
|
Reference in New Issue
Block a user