Commit d7ebfb92 by Jamie Madill Committed by Commit Bot

Add missing is_fuchsia to system_utils selection.

This fixes a build break because of 046fa0ef. See: https://crrev.com/c/898591 Bug: angleproject:2333 Change-Id: I6a4cb60dd2d2958ea71aaa27f1429233c2787fb4 Reviewed-on: https://chromium-review.googlesource.com/922878Reviewed-by: 's avatarScott Graham <scottmg@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent f618c9e5
...@@ -161,7 +161,7 @@ config("angle_common_config") { ...@@ -161,7 +161,7 @@ config("angle_common_config") {
static_library("angle_common") { static_library("angle_common") {
sources = rebase_path(gles_gypi.libangle_common_sources, ".", "src") sources = rebase_path(gles_gypi.libangle_common_sources, ".", "src")
if (is_linux || is_android) { if (is_linux || is_android || is_fuchsia) {
sources += rebase_path(gles_gypi.libangle_common_linux_sources, ".", "src") sources += rebase_path(gles_gypi.libangle_common_linux_sources, ".", "src")
} }
......
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