mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 05:40:42 +01:00
nit: Missing space in build_overrides/build.gni
Bug: None Change-Id: I98aceaa0bb2db34aa04273f9dfcca35f604915c9 Reviewed-on: https://webrtc-review.googlesource.com/c/111082 Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Commit-Queue: Elad Alon <eladalon@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25657}
This commit is contained in:
parent
dd886082c5
commit
f0db2e2ef5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if (host_os == "mac") {
|
||||||
[ target_os ],
|
[ target_os ],
|
||||||
"value")
|
"value")
|
||||||
assert(_result != 2,
|
assert(_result != 2,
|
||||||
"Do not allow building targets with the default" +
|
"Do not allow building targets with the default " +
|
||||||
"hermetic toolchain if the minimum OS version is not met.")
|
"hermetic toolchain if the minimum OS version is not met.")
|
||||||
use_system_xcode = _result == 0
|
use_system_xcode = _result == 0
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue