Skip to content
  • David Gobbi's avatar
    FindPythonLibs: Fix OS X framework include directory search path · ea2db3bb
    David Gobbi authored and Brad King's avatar Brad King committed
    We use PATH_SUFFIXES to append "python<v>" to each candidate path.  Do
    not append it to the constructed list of python framework include
    directories.  Otherwise the combined path will never exist.  Note that
    the code doesn't yet try to match the suffixes "m" and "u" between the
    executable, library, and include directory.
    ea2db3bb