mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
More path fixes.
This commit is contained in:
parent
4bd037df5d
commit
0dda1e9e94
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
cmd /c Tools\buildbot\external.bat
|
||||
@rem build release versions of things
|
||||
call "%VS71COMNTOOLS%vsvars32.bat"
|
||||
if not exist db-4.4.20\build_win32\release\libdb44s.lib (
|
||||
if not exist ..\db-4.4.20\build_win32\release\libdb44s.lib (
|
||||
devenv ..\db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue