different behavior of pkg-config #20
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/pkgconf#20
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
pkg-config --at-least-version 1.0 "cairo-xlib "
pkg-config will return 0 and pkgconf will return 1. which may break some pkg check
hmm, it does work without the trailing space. interesting find, i will add a test for trailing space to the testsuite now.