| Index: mojo/BUILD.gn
|
| diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
|
| index a9a84500a096704aebdcf7fabad169c969cce0a1..01567b18fbc020a1daafdd00818764f65c656e64 100644
|
| --- a/mojo/BUILD.gn
|
| +++ b/mojo/BUILD.gn
|
| @@ -12,7 +12,7 @@ group("mojo") {
|
| "//mojo/common",
|
| ]
|
|
|
| - if (!(is_linux && target_cpu == "x86")) {
|
| + if (!(is_linux && current_cpu == "x86")) {
|
| # TODO(GYP): Figure out if this needs to be supported. Right now
|
| # it won't work on x86 official builds because it needs stuff in the
|
| # sysroot that doesn't exist.
|
|
|