| Index: icu.gyp
|
| ===================================================================
|
| --- icu.gyp (revision 228516)
|
| +++ icu.gyp (working copy)
|
| @@ -71,7 +71,7 @@
|
| }, {
|
| 'toolsets': ['host', 'target'],
|
| }],
|
| - [ 'OS == "win"', {
|
| + [ 'OS == "win" and icu_use_data_file_flag==0', {
|
| 'type': 'none',
|
| 'copies': [
|
| {
|
| @@ -82,7 +82,7 @@
|
| },
|
| ],
|
| }],
|
| - [ 'OS != "win" and icu_use_data_file_flag', {
|
| + [ 'icu_use_data_file_flag', {
|
| # Remove any assembly data file.
|
| 'sources/': [['exclude', 'icudt46l_dat']],
|
| # Compile in the stub data symbol.
|
|
|