Add linux_use_bundled_binutils_override = true to build_overrides.
This variable was introduced in https://codereview.chromium.org/2293853002 and causes builds to fail, since is not defined in WebRTC. NOTRY=True BUG=webrtc:6281 Review-Url: https://codereview.webrtc.org/2295923005 Cr-Commit-Position: refs/heads/master@{#13987}
This commit is contained in:
parent
1249ddfa7c
commit
70279215a6
@ -16,6 +16,9 @@ mac_deployment_target_build_override = "10.7"
|
||||
# Some non-Chromium builds don't support building java targets.
|
||||
enable_java_templates = true
|
||||
|
||||
# Some non-Chromium builds don't use Chromium's third_party/binutils.
|
||||
linux_use_bundled_binutils_override = true
|
||||
|
||||
# Variable that can be used to support multiple build scenarios, like having
|
||||
# Chromium specific targets in a client project's GN file etc.
|
||||
build_with_chromium = false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user