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

[pugixml] Fix pkgconfig file #12441

Merged

Conversation

c72578
Copy link
Contributor

@c72578 c72578 commented Jul 15, 2020

Describe the pull request

- Add missing vcpkg_fixup_pkgconfig(), which was detected in
  microsoft#12151
- Fix debug POSTFIX in pugixml.pc file using
  pugixml-v1.10_fix_debug_pkgconfig.patch
  based on upstream: zeux/pugixml#363
  This results in the following contents of pugixml.pc:
  Release:
    Libs: -L${libdir} -lpugixml
  Debug:
    Libs: -L${libdir} -lpugixml_d
@c72578 c72578 marked this pull request as ready for review July 15, 2020 21:28
@ras0219-msft ras0219-msft merged commit 6a08b78 into microsoft:master Jul 15, 2020
@ras0219-msft
Copy link
Contributor

Awesome PR, thanks for also doing the legwork to get it fixed upstream!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants