Skip to content
This repository has been archived by the owner on Nov 27, 2017. It is now read-only.

Determine sqlite include path for python on linux as well. #330

Closed

Commits on Apr 2, 2015

  1. Determine sqlite include path for python for linux as well.

    Python's setup.py extracts include/lib paths from -I, -L sysconfig vars
    when the os is darwin, but it even says in the comments it should work
    for unixy os as well! The point setup.py tries to build the sqlite3
    extension looking for system sqlite3, which either may not exist, or is
    not what you want when linking to brew build sqlite3.
    yesimon committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    476752c View commit details
    Browse the repository at this point in the history