mirror of
https://gitee.com/openharmony/third_party_python
synced 2024-11-23 07:19:45 +00:00
14 lines
268 B
PkgConfig
14 lines
268 B
PkgConfig
# See: man pkg-config
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Python
|
|
Description: Build a C extension for Python
|
|
Requires:
|
|
Version: @VERSION@
|
|
Libs.private: @LIBS@
|
|
Libs:
|
|
Cflags: -I${includedir}/python@VERSION@@ABIFLAGS@
|