Index: test/unittests/unittests.gyp |
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp |
index 0b3ef1948172655bca8d869de8db7a7d8db2b64b..ce76d3ed7384c2cbea2a5a0040dc63efd57a4c76 100644 |
--- a/test/unittests/unittests.gyp |
+++ b/test/unittests/unittests.gyp |
@@ -229,6 +229,12 @@ |
['OS=="aix"', { |
'ldflags': [ '-Wl,-bbigtoc' ], |
}], |
+ ['v8_enable_i18n_support==1', { |
+ 'dependencies': [ |
+ '<(icu_gyp_path):icui18n', |
+ '<(icu_gyp_path):icuuc', |
+ ], |
+ }], |
['os_posix == 1', { |
# TODO(svenpanne): This is a temporary work-around to fix the warnings |
# that show up because we use -std=gnu++0x instead of -std=c++11. |