mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 11:29:02 +08:00
6a08b7835e
- Add missing vcpkg_fixup_pkgconfig(), which was detected in https://github.com/microsoft/vcpkg/pull/12151 - Fix debug POSTFIX in pugixml.pc file using pugixml-v1.10_fix_debug_pkgconfig.patch based on upstream: https://github.com/zeux/pugixml/pull/363 This results in the following contents of pugixml.pc: Release: Libs: -L${libdir} -lpugixml Debug: Libs: -L${libdir} -lpugixml_d
6 lines
128 B
Plaintext
6 lines
128 B
Plaintext
Source: pugixml
|
|
Version: 1.10
|
|
Port-Version: 2
|
|
Homepage: https://github.com/zeux/pugixml
|
|
Description: C++ XML processing library
|