aboutsummaryrefslogtreecommitdiff
path: root/build_overrides
diff options
context:
space:
mode:
authorElad Alon <eladalon@webrtc.org>2018-11-15 14:33:30 +0100
committerCommit Bot <commit-bot@chromium.org>2018-11-15 14:17:12 +0000
commitf0db2e2ef5d286f8ebecabc73c2bc18e18083c6c (patch)
treebef81f6cafc73e442d0cc5a9c5abbcad8b849d3f /build_overrides
parentdd886082c51aa75d9f5c402261597c32e3b7a3f5 (diff)
downloadwebrtc-f0db2e2ef5d286f8ebecabc73c2bc18e18083c6c.tar.gz
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}
Diffstat (limited to 'build_overrides')
-rw-r--r--build_overrides/build.gni2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_overrides/build.gni b/build_overrides/build.gni
index 5d8af6d689..669044db81 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -42,7 +42,7 @@ if (host_os == "mac") {
[ target_os ],
"value")
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.")
use_system_xcode = _result == 0
}