Index: Makefile |
diff --git a/Makefile b/Makefile |
index 78e22d777799ddc68ac2f8ac1a794381b475c989..08679d1c24210dc8885d36c108922cf40b8447d5 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -116,6 +116,10 @@ endif |
ifeq ($(regexp), interpreted) |
GYPFLAGS += -Dv8_interpreted_regexp=1 |
endif |
+# i18nsupport=on |
+ifeq ($(i18nsupport), on) |
+ GYPFLAGS += -Dv8_enable_i18n_support=1 |
+endif |
# arm specific flags. |
# armv7=false/true |
ifeq ($(armv7), false) |