Skip to content
  • David Gobbi's avatar
    FindPythonLibs Py3k fixes from cmake master. · 7bb212d3
    David Gobbi authored
    Since Python 3.2, the python libraries and include directories can
    have the suffixes m (pymalloc), u (wide unicode), and d (debug).
    The first two (m and u) are now included in the default search path.
    If someone wants the debug library on Linux/OS X, they must select
    it explicitly.
    
    Everything in this change came from the master branch of make.
    7bb212d3