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 builds to use SQLite 3.21.0.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ echo.Fetching external libraries...
5050set libraries =
5151set libraries = %libraries% bzip2-1.0.6
5252if NOT " %IncludeSSLSrc% " == " false" set libraries = %libraries% openssl-1.1.0f
53- set libraries = %libraries% sqlite-3.14.2 .0
53+ set libraries = %libraries% sqlite-3.21.0 .0
5454if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.6.0
5555if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.6.0
5656if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 4444
4545 <!-- Directories of external projects. tcltk is handled in tcltk.props -->
4646 <ExternalsDir >$([System.IO.Path]::GetFullPath(`$(PySourcePath)externals\`))</ExternalsDir >
47- <sqlite3Dir >$(ExternalsDir)sqlite-3.14.2 .0\</sqlite3Dir >
47+ <sqlite3Dir >$(ExternalsDir)sqlite-3.21.0 .0\</sqlite3Dir >
4848 <bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
4949 <lzmaDir >$(ExternalsDir)xz-5.2.2\</lzmaDir >
5050 <opensslDir >$(ExternalsDir)openssl-1.1.0f\</opensslDir >
Original file line number Diff line number Diff line change 182182 again when building.
183183
184184_sqlite3
185- Wraps SQLite 3.14.2 .0, which is itself built by sqlite3.vcxproj
185+ Wraps SQLite 3.21.0 .0, which is itself built by sqlite3.vcxproj
186186 Homepage:
187187 http://www.sqlite.org/
188188_tkinter
You can’t perform that action at this time.
0 commit comments