Skip to content

Commit

Permalink
update bundled libsqlite3 from 3071700->3080200 - closes #207 #205 #149
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 13, 2014
1 parent 11f536b commit b9680ce
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deps/common-sqlite.gypi
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
'variables': {
'sqlite_version%':'3071700'
'sqlite_version%':'3080200'
}
}
Binary file removed deps/sqlite-autoconf-3071700.tar.gz
Binary file not shown.
Binary file added deps/sqlite-autoconf-3080200.tar.gz
Binary file not shown.
1 change: 1 addition & 0 deletions deps/sqlite3.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
'SQLITE_ENABLE_RTREE'
],
},
'cflags_cc': ['-Wno-unused-value'],
'defines': [
'_REENTRANT=1',
'SQLITE_THREADSAFE=1',
Expand Down

0 comments on commit b9680ce

Please sign in to comment.