File tree 4 files changed +4
-3
lines changed 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...
50
50
set libraries =
51
51
set libraries = %libraries% bzip2-1.0.6
52
52
if 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
54
54
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tcl-core-8.6.6.0
55
55
if NOT " %IncludeTkinterSrc% " == " false" set libraries = %libraries% tk-8.6.6.0
56
56
if NOT " %IncludeTkinterSrc% " == " 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.1.0f\</opensslDir >
Original file line number Diff line number Diff line change 182
182
again when building.
183
183
184
184
_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
186
186
Homepage:
187
187
http://www.sqlite.org/
188
188
_tkinter
You can’t perform that action at this time.
0 commit comments