mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
merge from trunk
This commit is contained in:
parent
2d8dcdcb06
commit
f10a79aad4
40 changed files with 621 additions and 305 deletions
3
setup.py
3
setup.py
|
@ -730,7 +730,8 @@ class PyBuildExt(build_ext):
|
|||
]
|
||||
sqlite_libfile = self.compiler.find_library_file(
|
||||
sqlite_dirs_to_check + lib_dirs, 'sqlite3')
|
||||
sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))]
|
||||
if sqlite_libfile:
|
||||
sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))]
|
||||
|
||||
if sqlite_incdir and sqlite_libdir:
|
||||
sqlite_srcs = ['_sqlite/cache.c',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue