Commit 27e52ca0 by James Darpinian Committed by Commit Bot

Fix build when angle_has_build == false

Need to declare use_xcode_clang when building outside chromium. Bug: angleproject:5440 Change-Id: I4d622c1b6085d89b69c828b2c965d22c1f806f45 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2579750Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: James Darpinian <jdarpinian@chromium.org>
parent f691b3b5
...@@ -43,6 +43,7 @@ if (angle_has_build) { ...@@ -43,6 +43,7 @@ if (angle_has_build) {
use_ozone = false use_ozone = false
ozone_platform_gbm = false ozone_platform_gbm = false
use_fuzzing_engine = false use_fuzzing_engine = false
use_xcode_clang = false
} }
declare_args() { declare_args() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment