python3.pc 302 B

12345678910111213
  1. # See: man pkg-config
  2. prefix=/mingw64
  3. exec_prefix=${prefix}
  4. libdir=${exec_prefix}/lib
  5. includedir=${prefix}/include
  6. Name: Python
  7. Description: Build a C extension for Python
  8. Requires:
  9. Version: 3.10
  10. Libs.private: -lm -lversion -lshlwapi
  11. Libs: -L${libdir} -lpython3.10
  12. Cflags: -I${includedir}/python3.10