diff options
Diffstat (limited to 'third_party/sqlite/sqlite.gyp')
-rw-r--r-- | third_party/sqlite/sqlite.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/sqlite/sqlite.gyp b/third_party/sqlite/sqlite.gyp index 93d8ede3..0303272 100644 --- a/third_party/sqlite/sqlite.gyp +++ b/third_party/sqlite/sqlite.gyp @@ -67,7 +67,6 @@ }, { # else: os_posix == 1 or OS == "mac" or ! use_system_sqlite 'product_name': 'sqlite3', 'type': 'static_library', - 'msvs_guid': '6EAD4A4B-2BBC-4974-8E45-BB5C16CC2AC9', 'sources': [ 'amalgamation/sqlite3.h', 'amalgamation/sqlite3.c', |