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 @@ -42,7 +42,7 @@ echo.Fetching external libraries...
42
42
set libraries =
43
43
set libraries = %libraries% bzip2-1.0.6
44
44
if NOT " %IncludeSSL% " == " false" set libraries = %libraries% openssl-1.0.2k
45
- set libraries = %libraries% sqlite-3.14.2 .0
45
+ set libraries = %libraries% sqlite-3.21.0 .0
46
46
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tcl-core-8.6.6.0
47
47
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tk-8.6.6.0
48
48
if NOT " %IncludeTkinter% " == " false" set libraries = %libraries% tix-8.4.3.6
Original file line number Diff line number Diff line change 44
44
45
45
<!-- Directories of external projects. tcltk is handled in tcltk.props -->
46
46
<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 >
48
48
<bz2Dir >$(ExternalsDir)bzip2-1.0.6\</bz2Dir >
49
49
<lzmaDir >$(ExternalsDir)xz-5.2.2\</lzmaDir >
50
50
<opensslDir >$(ExternalsDir)openssl-1.0.2k\</opensslDir >
Original file line number Diff line number Diff line change 212
212
functionality to _ssl or _hashlib. They will not clean up their output
213
213
with the normal Clean target; CleanAll should be used instead.
214
214
_sqlite3
215
- Wraps SQLite 3.14.2 .0, which is itself built by sqlite3.vcxproj
215
+ Wraps SQLite 3.21.0 .0, which is itself built by sqlite3.vcxproj
216
216
Homepage:
217
217
http://www.sqlite.org/
218
218
_tkinter
You can’t perform that action at this time.
0 commit comments