mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Update Windows build to sqlite 3.6.21.
This commit is contained in:
parent
1a635e4663
commit
f477b93d9d
5 changed files with 7 additions and 7 deletions
|
|
@ -24,7 +24,7 @@ def vs9to8(src, dest):
|
|||
|
||||
# Bah. VS8.0 does not expand macros in file names.
|
||||
# Replace them here.
|
||||
lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.5.9')
|
||||
lines = lines.replace('$(sqlite3Dir)', '..\\..\\..\\sqlite-3.6.21')
|
||||
lines = lines.replace('$(bsddbDir)\\..\\..', '..\\..\\..\\db-4.7.25.0\\build_windows\\..')
|
||||
lines = lines.replace('$(bsddbDir)', '..\\..\\..\\db-4.7.25.0\\build_windows')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue