Home | History | Annotate | Download | only in cpython2

Lines Matching full:sqlite_libfile

1174             sqlite_libfile = self.compiler.find_library_file(
1176 if sqlite_libfile:
1177 sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))]