| Index: third_party/harfbuzz-ng/BUILD.gn
|
| diff --git a/third_party/harfbuzz-ng/BUILD.gn b/third_party/harfbuzz-ng/BUILD.gn
|
| index 000a9cc361e338973203417895bb6dd993ed4164..0aa958df332912ccaa09a48d4d5dad8c33e3fb9f 100644
|
| --- a/third_party/harfbuzz-ng/BUILD.gn
|
| +++ b/third_party/harfbuzz-ng/BUILD.gn
|
| @@ -28,7 +28,7 @@ declare_args() {
|
| } else {
|
| use_system_harfbuzz = false
|
| }
|
| - if (is_linux && cpu_arch == "arm" && !is_chromeos) {
|
| + if (is_linux && current_cpu == "arm" && !is_chromeos) {
|
| # Override use_system_harfbuzz for ARM cross compiling so system
|
| # harfbuzz is not used because the corresponding package is not
|
| # available.
|
|
|