| Index: build/linux/unbundle/icu.gyp
|
| diff --git a/build/linux/unbundle/icu.gyp b/build/linux/unbundle/icu.gyp
|
| index 03f0ad4744c848557229aaa2d85a240bc3ad76fc..1e84bb2a1c248b7439033268e6ffe14cf5c504e2 100644
|
| --- a/build/linux/unbundle/icu.gyp
|
| +++ b/build/linux/unbundle/icu.gyp
|
| @@ -7,6 +7,7 @@
|
| {
|
| 'target_name': 'system_icu',
|
| 'type': 'none',
|
| + 'toolsets': ['host', 'target'],
|
| 'direct_dependent_settings': {
|
| 'defines': [
|
| 'U_USING_ICU_NAMESPACE=0',
|
| @@ -30,6 +31,7 @@
|
| {
|
| 'target_name': 'icui18n',
|
| 'type': 'none',
|
| + 'toolsets': ['host', 'target'],
|
| 'dependencies': ['system_icu'],
|
| 'export_dependent_settings': ['system_icu'],
|
| 'variables': {
|
| @@ -116,6 +118,7 @@
|
| {
|
| 'target_name': 'icuuc',
|
| 'type': 'none',
|
| + 'toolsets': ['host', 'target'],
|
| 'dependencies': ['system_icu'],
|
| 'export_dependent_settings': ['system_icu'],
|
| 'variables': {
|
|
|