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+ Upgrade Windows installer to use SQLite 3.34.0.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
5454set libraries = %libraries% bzip2-1.0.6
5555if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi
5656if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1i
57- set libraries = %libraries% sqlite-3.33 .0.0
57+ set libraries = %libraries% sqlite-3.34 .0.0
5858if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.9.0
5959if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.9.0
6060if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 5656 <ExternalsDir >$(EXTERNALS_DIR)</ExternalsDir >
5757 <ExternalsDir Condition =" $(ExternalsDir) == ''" >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir >
5858 <ExternalsDir Condition =" !HasTrailingSlash($(ExternalsDir))" >$(ExternalsDir)\</ExternalsDir >
59- <sqlite3Dir >$(ExternalsDir)sqlite-3.33 .0.0\</sqlite3Dir >
59+ <sqlite3Dir >$(ExternalsDir)sqlite-3.34 .0.0\</sqlite3Dir >
6060 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
6161 <lzmaDir >$(ExternalsDir)xz-5.2.2\</lzmaDir >
6262 <libffiDir >$(ExternalsDir)libffi\</libffiDir >
Original file line number Diff line number Diff line change 185185 again when building.
186186
187187_sqlite3
188- Wraps SQLite 3.33 .0, which is itself built by sqlite3.vcxproj
188+ Wraps SQLite 3.34 .0, which is itself built by sqlite3.vcxproj
189189 Homepage:
190190 http://www.sqlite.org/
191191_tkinter
You can’t perform that action at this time.
0 commit comments