mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
The part checking for the sqlite DLL was looking at, and
copying to, a wrong location (it copied the DLL under the Python directory, and gave it name 'PCbuild'). The Windows buildbots other than mine are probably hung now, waiting for someone to press "OK" on a popup box informing them that sqlite3.dll couldn't be found.
This commit is contained in:
parent
9c67ee08d8
commit
ed2038b599
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ if not exist tcl8.4.12 (
|
|||
|
||||
@rem sqlite
|
||||
if not exist sqlite-source-3.3.4 svn export http://svn.python.org/projects/external/sqlite-source-3.3.4
|
||||
if not exist build\Python\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\Python\PCbuild
|
||||
if not exist build\PCbuild\sqlite3.dll copy sqlite-source-3.3.4\sqlite3.dll build\PCbuild
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue