File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Update Windows installer to use SQLite 3.37.2.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
54
54
set libraries = %libraries% bzip2-1.0.6
55
55
if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.3.0
56
56
if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1m
57
- set libraries = %libraries% sqlite-3.35.5 .0
57
+ set libraries = %libraries% sqlite-3.37.2 .0
58
58
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.12.0
59
59
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.12.0
60
60
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 57
57
<ExternalsDir >$(EXTERNALS_DIR)</ExternalsDir >
58
58
<ExternalsDir Condition =" $(ExternalsDir) == ''" >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir >
59
59
<ExternalsDir Condition =" !HasTrailingSlash($(ExternalsDir))" >$(ExternalsDir)\</ExternalsDir >
60
- <sqlite3Dir >$(ExternalsDir)sqlite-3.35.5 .0\</sqlite3Dir >
60
+ <sqlite3Dir >$(ExternalsDir)sqlite-3.37.2 .0\</sqlite3Dir >
61
61
<bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
62
62
<lzmaDir >$(ExternalsDir)xz-5.2.2\</lzmaDir >
63
63
<libffiDir >$(ExternalsDir)libffi-3.3.0\</libffiDir >
Original file line number Diff line number Diff line change @@ -
61D7
188,7 +188,7 @@ _ssl
188
188
again when building.
189
189
190
190
_sqlite3
191
- Wraps SQLite 3.35.5 , which is itself built by sqlite3.vcxproj
191
+ Wraps SQLite 3.37.2 , which is itself built by sqlite3.vcxproj
192
192
Homepage:
193
193
http://www.sqlite.org/
194
194
_tkinter
You can’t perform that action at this time.
0 commit comments