When building sqlite3, the directory where sqlite.h was found was
always appended to the include directories regardless of whether it was already in the list of directories. This could cause issue if sqlite was installed in the same location as another install of Python. Now a check is done to make sure the directory is not included twice.
Showing
Please register or sign in to comment