Index: icu_nacl.gyp |
=================================================================== |
--- icu_nacl.gyp (revision 267150) |
+++ icu_nacl.gyp (working copy) |
@@ -13,6 +13,9 @@ |
# Tell ICU to not insert |using namespace icu;| into its headers, |
# so that chrome's source explicitly has to use |icu::|. |
'U_USING_ICU_NAMESPACE=0', |
+ # We don't use ICU plugins and dyload is only necessary for them. |
+ # NaCl-related builds also fail looking for dlfcn.h when it's enabled. |
+ 'U_ENABLE_DYLOAD=0', |
], |
}, |
'defines': [ |