Index: Makefile.nacl |
diff --git a/Makefile.nacl b/Makefile.nacl |
index 02e83ef2bca4711c5f96d48e48f6e9ad032f8df3..2c79ef113e3dbc99a9d2a669529484d42d97c92c 100644 |
--- a/Makefile.nacl |
+++ b/Makefile.nacl |
@@ -74,6 +74,9 @@ endif |
# For mksnapshot host generation. |
GYPENV += host_os=${HOST_OS} |
+# ICU doesn't support NaCl. |
+GYPENV += v8_enable_i18n_support=0 |
+ |
NACL_MAKEFILES = $(addprefix $(OUTDIR)/Makefile.,$(NACL_ARCHES)) |
.SECONDEXPANSION: |
# For some reason the $$(basename $$@) expansion didn't work here... |