diff options
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 1f50f5e..1ce4346 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', |