Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-36721: Add --embed option to python-config #13500

Merged
merged 4 commits into from May 23, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Fix pkg-config descriptions!
  • Loading branch information
vstinner committed May 22, 2019
commit 858bc9d9f7291f44276703baf00c896e53438485
@@ -5,7 +5,7 @@ libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Build a C extension for Python
Description: Embed Python into an application
Requires:
Version: @VERSION@
Libs.private: @LIBS@
@@ -5,7 +5,7 @@ libdir=@libdir@
includedir=@includedir@

Name: Python
Description: Embed Python into an application
Description: Build a C extension for Python
Requires:
Version: @VERSION@
Libs.private: @LIBS@