mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Don't rebuild Berkeley DB if not needed (this was committed by accident).
This commit is contained in:
parent
285216ca30
commit
de15cdf995
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ if not exist bzip2-1.0.3 svn export http://svn.python.org/projects/external/bzip
|
|||
|
||||
@rem Sleepycat db
|
||||
if not exist db-4.4.20 svn export http://svn.python.org/projects/external/db-4.4.20
|
||||
if not exist "db-4.4.20\build_win32\Release_AMD64\libdb44s.lib_XXX" (
|
||||
if not exist "db-4.4.20\build_win32\Release_AMD64\libdb44s.lib" (
|
||||
cd db-4.4.20\build_win32
|
||||
devenv Berkeley_DB.sln /build "Release AMD64" /project db_static /useenv
|
||||
cd ..\..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue