| Index: third_party/sqlite/sqlite.gyp
|
| diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
|
| index 183ba11c9b5d3f792652256292513fdcb5d3420d..21245dbae0b915233f0e6403f756d12b4967c52a 100644
|
| --- a/third_party/sqlite/sqlite.gyp
|
| +++ b/third_party/sqlite/sqlite.gyp
|
| @@ -9,7 +9,6 @@
|
| },
|
| 'target_defaults': {
|
| 'defines': [
|
| - 'SQLITE_CORE',
|
| 'SQLITE_ENABLE_FTS3',
|
| # New unicode61 tokenizer with built-in tables.
|
| 'SQLITE_DISABLE_FTS3_UNICODE',
|
| @@ -202,6 +201,10 @@
|
| '../icu/icu.gyp:icui18n',
|
| '../icu/icu.gyp:icuuc',
|
| ],
|
| + 'defines': [
|
| + # Necessary to statically compile the extension.
|
| + 'SQLITE_CORE',
|
| + ],
|
| 'sources': [
|
| 'src/ext/icu/icu.c',
|
| ],
|
|
|