mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
print out information about which BerkeleyDB library was found by
setup.py to use to build the bsddb module.
This commit is contained in:
parent
a6168f9e0a
commit
c424061968
1 changed files with 2 additions and 3 deletions
5
setup.py
5
setup.py
|
|
@ -815,9 +815,8 @@ class PyBuildExt(build_ext):
|
|||
if db_setup_debug: print "db lib: ", dblib, "not found"
|
||||
|
||||
except db_found:
|
||||
if db_setup_debug:
|
||||
print "db lib: using", db_ver, dblib
|
||||
print "db: lib dir", dblib_dir, "inc dir", db_incdir
|
||||
print "bsddb using BerkeleyDB lib:", db_ver, dblib
|
||||
print "bsddb lib dir:", dblib_dir, " inc dir:", db_incdir
|
||||
db_incs = [db_incdir]
|
||||
dblibs = [dblib]
|
||||
# We add the runtime_library_dirs argument because the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue