properly merge intermediary dependencies #34
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ariadne/pkgconf#34
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?
if foo and bar both require -lm then -lm should come after -lfoo and -lbar.
cheap solution: if adding a duplicate lib entry, dequeue it from the fragment list and readd it to the end.
@alexkay: can you check and see if this fixes the problem for you?
It does, thank you for following up!