diff options
Diffstat (limited to 'third_party/sqlite')
-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 800cc18..a725754 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -37,7 +37,7 @@ }, }, { # else: OS != "linux" or ! use_system_sqlite 'product_name': 'sqlite3', - 'type': 'static_library', + 'type': '<(library)', 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9', 'sources': [ # This list contains all .h, .c, and .cc files in the directories |