mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Turn off debugging output for building bsddb.
This commit is contained in:
parent
9287acf83d
commit
ef3dab28f2
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
|
@ -842,8 +842,9 @@ class PyBuildExt(build_ext):
|
||||||
if db_setup_debug: print "db lib: ", dblib, "not found"
|
if db_setup_debug: print "db lib: ", dblib, "not found"
|
||||||
|
|
||||||
except db_found:
|
except db_found:
|
||||||
print "bsddb using BerkeleyDB lib:", db_ver, dblib
|
if db_setup_debug:
|
||||||
print "bsddb 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]
|
db_incs = [db_incdir]
|
||||||
dblibs = [dblib]
|
dblibs = [dblib]
|
||||||
# We add the runtime_library_dirs argument because the
|
# We add the runtime_library_dirs argument because the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue