aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index e3be1c8933..3f88df5d27 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -953,9 +953,8 @@ if (skia_enable_tools) {
}
}
- # Clang 3.8 crashes while compiling hb-icu.cc for mipsel.
# We can't yet build ICU on Windows.
- if (current_cpu != "mipsel" && !is_win) {
+ if (!is_win) {
executable("sktexttopdf-hb") {
sources = [
"tools/SkShaper_harfbuzz.cpp",