Index: Makefile |
diff --git a/Makefile b/Makefile |
index 288c257396de19895d85a6d399c520e939d5cb02..2679a5025f2749ba19a668012e8fa481c48f455b 100644 |
--- a/Makefile |
+++ b/Makefile |
@@ -124,9 +124,9 @@ endif |
ifeq ($(regexp), interpreted) |
GYPFLAGS += -Dv8_interpreted_regexp=1 |
endif |
-# i18nsupport=on |
-ifeq ($(i18nsupport), on) |
- GYPFLAGS += -Dv8_enable_i18n_support=1 |
+# i18nsupport=off |
+ifeq ($(i18nsupport), off) |
+ GYPFLAGS += -Dv8_enable_i18n_support=0 |
endif |
# arm specific flags. |
# armv7=false/true |