| Index: third_party/sqlite/sqlite.gyp
|
| diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp
|
| index 1f50f5e109275627861023b5fa76a5dddc91f78d..1ce43461bcf414ecbc525972bc0e2b82654760da 100644
|
| --- a/third_party/sqlite/sqlite.gyp
|
| +++ b/third_party/sqlite/sqlite.gyp
|
| @@ -66,7 +66,7 @@
|
| },
|
| }, { # else: OS != "linux" or ! use_system_sqlite
|
| 'product_name': 'sqlite3',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9',
|
| 'sources': [
|
| 'amalgamation/sqlite3.h',
|
|
|