Skip to content
Snippets Groups Projects
Select Git revision
0 results

win32

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    David Seifert authored
    * `AM_PATH_PYTHON` is a much more common idiom for building
      and installing python modules than writing your own.
    * It also makes cross-compiling the python bindings possible.
      Previously the `PYTHON_CFLAGS`/`PYTHON_LIBS` would have been
      based on the `--build` python and not the `--host` python.
      By using `pkg-config`, we can always redirect the python-X.Y.pc.
    ef2e4017
    History
    Name Last commit Last update
    ..