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.39.4.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ set libraries=
5454set libraries = %libraries% bzip2-1.0.8
5555if NOT " %IncludeLibffiSrc% " == " false" set libraries = %libraries% libffi-3.4.3
5656if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.1q
57- set libraries = %libraries% sqlite-3.38 .4.0
57+ set libraries = %libraries% sqlite-3.39 .4.0
5858if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.12.1
5959if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.12.1
6060if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 6161 <ExternalsDir >$(EXTERNALS_DIR)</ExternalsDir >
6262 <ExternalsDir Condition =" $(ExternalsDir) == ''" >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals`))</ExternalsDir >
6363 <ExternalsDir Condition =" !HasTrailingSlash($(ExternalsDir))" >$(ExternalsDir)\</ExternalsDir >
64- <sqlite3Dir >$(ExternalsDir)sqlite-3.38 .4.0\</sqlite3Dir >
64+ <sqlite3Dir >$(ExternalsDir)sqlite-3.39 .4.0\</sqlite3Dir >
6565 <bz2Dir >$(ExternalsDir)bzip2-1.0.8\</bz2Dir >
6666 <lzmaDir >$(ExternalsDir)xz-5.2.5\</lzmaDir >
6767 <libffiDir >$(ExternalsDir)libffi-3.4.3\</libffiDir >
Original file line number Diff line number Diff line change 187187 again when building.
188188
189189_sqlite3
190- Wraps SQLite 3.38 .4, which is itself built by sqlite3.vcxproj
190+ Wraps SQLite 3.39 .4, which is itself built by sqlite3.vcxproj
191191 Homepage:
192192 https://www.sqlite.org/
193193_tkinter
You can’t perform that action at this time.
0 commit comments